Combobox list problem

kigor

Registered User.
Local time
Today, 23:00
Joined
Apr 24, 2010
Messages
19
Hello,
imagine this. I have form made direct by table. In this form I have also one field, call it ValueCriteria, what have value from one other form.
All field are input one, and only one is combo box. This combobox take list of value from one other table "filtered" to show just value defined by ValueCriteria. For this combobox I made query with in criteria Me.ValueCriteria
But ever I receive empty list of value in combobox. What I failed?
 
Firstly what is the criteria in your Combo?

Secondly given that the combo is returning a filtered record set based on the current form record, you will need to Requery your combo in the Form's On Current event and also when ever the field that is providing the criteria for you query changes.
 

Users who are viewing this thread

Back
Top Bottom