Query Criteria for a Subform

hullstorage

Registered User.
Local time
Today, 07:17
Joined
Jul 18, 2007
Messages
213
I have a query that i want to look up values from a subform
any ideas

my form is called FD
with a subform Called FDSubform and a field named JOBId

Basically after the subform shows me results from the main form
the query will look up the JOBId from the subform

at the minute i am getting in my query, this is what is in the criteria of the query under JOBId

[forms]![FD]![FDSubform]![JOBId]

invalid bracketing of name
 
Try removing the brackets from [Forms].
 

Users who are viewing this thread

Back
Top Bottom