G
Guest
I have a query that has some fields that I want to store. The first is
'developername'. I created a vairable named 'xdevelopername' and use the
dlookup command. The example in help is as follows:
varX = DLookup("[LastName]", "Employees", "[EmployeeID] = 1")
The instructions name 3 arguments, expr, domain, criteria, with criteria
being optional. Can anyone tell me why this is incorrect? The query result
is one record so I'm thinking that:
xDeveloperName = DLookup("[DeveloperName]", "qryBill")
xdevelopername is = to the DeveloperName in the query 'Bill"
Thanks
Mr. Dumb
'developername'. I created a vairable named 'xdevelopername' and use the
dlookup command. The example in help is as follows:
varX = DLookup("[LastName]", "Employees", "[EmployeeID] = 1")
The instructions name 3 arguments, expr, domain, criteria, with criteria
being optional. Can anyone tell me why this is incorrect? The query result
is one record so I'm thinking that:
xDeveloperName = DLookup("[DeveloperName]", "qryBill")
xdevelopername is = to the DeveloperName in the query 'Bill"
Thanks
Mr. Dumb