Sean Illingworth
New member
- Local time
- Today, 12:56
- Joined
- Nov 5, 2009
- Messages
- 5
When I use DLookup like:
? DLookup("[Processor name]", "querySophia", "[property_id] = 39")
It gives me correct answer:
Dave Irvine
But When I am using a form and want set value automatically:
? DLookup("[Processor name]", "querySophia","[property_id]= " & Me![property_id])
System Error:
"Variable not yet created in this context"
How to deal with this problem? Any help will be appreciated
? DLookup("[Processor name]", "querySophia", "[property_id] = 39")
It gives me correct answer:
Dave Irvine
But When I am using a form and want set value automatically:
? DLookup("[Processor name]", "querySophia","[property_id]= " & Me![property_id])
System Error:
"Variable not yet created in this context"
How to deal with this problem? Any help will be appreciated