Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

upsizing Query with Parameters

0 views
Skip to first unread message

Donna Brooks

unread,
Sep 18, 2009, 1:39:07 PM9/18/09
to
Hi,
I am trying to upsize queries with parameters, some very simple, ie. [All
CPUs with expiration date before] and the ones I am mostly concerned about
reference a combo box on the active form, using this for requerying. Here is
the SQL view of one the query referencing the active form, which work great
in Access :(
SELECT tblManufEquipType.ET, tblManufEquipType.Manuf
FROM tblManufEquipType
WHERE (((tblManufEquipType.ET)=[Form]![cmbEquipType]));

Any help would be greatly appreciated! I am a rookie with a deadline :)

Thanks Donna

Jeff Boyce

unread,
Sep 18, 2009, 2:18:55 PM9/18/09
to
Donna

I believe the syntax you're looking for is something like:

Forms!YourFormName!YourControlName

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Donna Brooks" <Donna...@discussions.microsoft.com> wrote in message
news:EF6A7FA3-2454-40D1...@microsoft.com...

0 new messages