dlookup to return a list of values

A

Alex

I have a hidden form control named "refpart" with a dlookup function in a
control that I know will return only one value (works fine). I have another
hidden control on the same named "listrefparts" form that I also need to
return values, but it will return several values. I have a third text box
control with data: Iif [refpart] = [listrefparts],"yes","no). I need to
return true if "refpart" is equal to any of the values listed in
"listrefparts". How can I get "listrefparts" to create a list for "refpart"
to compare to? Thanks.
 

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