LookUp Functions

J

John Drake

Hi
I need help with LookUp. I have used DLookUp() but this doed not work as
this gives me the wrong information. The field information is correct but it
is for the wrong record. How does Href (?) work?

Regards
John
 
A

Allen Browne

John, use the 3rd argument to identify the record you need.

If you are getting the answer from the wrong record, you have not supplied
enough information in the Criteria, perhaps?
 
G

ghetto_banjo

Instead of using those functions, have you looked in to using
RecordSets? Not sure what you are trying to accomplish exactly.
 
K

Keith Wilby

John Drake said:
Hi
I need help with LookUp. I have used DLookUp() but this doed not work as
this gives me the wrong information. The field information is correct but
it
is for the wrong record.

Did you know that DLookup has a "Criteria" argument?

Keith.
www.keithwilby.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top