unbound fields in query not working

scottappleford

Registered User.
Local time
Today, 16:45
Joined
Dec 10, 2002
Messages
134
Hi

I have a from with unbound fields on and i have it set up so when you type in the field click the button - it runs a query and finds the records.

I have tried to add a combo box that gets the actual value from the field (avoids people typing wrongly) which it finds the values fine, but the query does not seem to be able to returns to results for that value selected via the combo box.

Any advice would be good?

Thanks

Scott
 
How many columns is the combobox returning? You maybe picking the wrong column from the combobox in your criteria.
 
Thanks

thanks all sorted now and working well.

scott
 

Users who are viewing this thread

Back
Top Bottom