I have two fields (Vendor and Manufacturer) -which to a user searching the DB seem very similiar- and I want the user to be able to search and return results that appear in either field with only one input, but still maintain seperate fields.
I've tried prompting the user with:
Like "*" & [enter Vendor or Manufacturer] & "*"
in the Vendor criteria field of the query then referencing that input by putting:
[Vendor]
in the Manufacturer criteria.
This gives me the results where Vendor = Input and where the Manufacturer and Vendor happen to be the same organization.
I guess that I don't know how to reference the prompted input again. I've searched the forum and haven't found any references to this. Any ideas on how to do this?
thanks,
ebodin
I've tried prompting the user with:
Like "*" & [enter Vendor or Manufacturer] & "*"
in the Vendor criteria field of the query then referencing that input by putting:
[Vendor]
in the Manufacturer criteria.
This gives me the results where Vendor = Input and where the Manufacturer and Vendor happen to be the same organization.
I guess that I don't know how to reference the prompted input again. I've searched the forum and haven't found any references to this. Any ideas on how to do this?
thanks,
ebodin