dlookup using several fields

B

buzzmcduffie

I have a field on a form that needs to automatically populate by matching 5
different fields in a table. any help will be appreciated!
 
F

fredg

I have a field on a form that needs to automatically populate by matching 5
different fields in a table. any help will be appreciated!

You've asked a very generic question. There is no point in giving you
information that doesn't meet you needs.
If you want specific help you'll have to give us more information,
such as the field names and datatypes that are to be used in the where
clause argument.
By the way, this information is readily available in VBA help.
See:
"Restrict data to a subset of records" + "Multiple Fields in Criteria
Expressions"
But it all starts with the criteria field datatype.
 
B

buzzmcduffie

I'll check out the vba help

fredg said:
You've asked a very generic question. There is no point in giving you
information that doesn't meet you needs.
If you want specific help you'll have to give us more information,
such as the field names and datatypes that are to be used in the where
clause argument.
By the way, this information is readily available in VBA help.
See:
"Restrict data to a subset of records" + "Multiple Fields in Criteria
Expressions"
But it all starts with the criteria field datatype.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
 

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