Finding a record by using 2 combo box!

emreut

Registered User.
Local time
Today, 02:19
Joined
Aug 22, 2000
Messages
14
I used the wizard to make my form go to a record by using the content of a combo box. But I need the form to go to a specific record depending on the values from two seperate combo box because none of the two combo box create a uniqe value.
I changed the code to insert one more arguement for the FindFirst method but I couldn't get it to work. It does not accept AND to enter two criteria.

Any ideas?

Thanks in Advance!
 
FindFirst will accept AND to find two criteria. You must have had a syntax error in your criteria... Give it another try and if it doesn't work post your code so someone can find your error.

HTH,
Jack
 

Users who are viewing this thread

Back
Top Bottom