Hi all
I would appreciate any guidance on this problem as I have been struggling with this for the past 2 hours.
I have a combo box in a subform that is populated by retrieving records from a table using a SELECT statement. I want to restrict these records based on a value from a text box within the same form.
What I did was to select the combo box and then click Row Source in Properties. I then added a condition to this query to retrieve only those fields where customer id = Forms![Contact Information]![Text1] but it is simply not doing it.
Any ideas on how I can get this to work? I thank you all for your help.
Thanks
I would appreciate any guidance on this problem as I have been struggling with this for the past 2 hours.
I have a combo box in a subform that is populated by retrieving records from a table using a SELECT statement. I want to restrict these records based on a value from a text box within the same form.
What I did was to select the combo box and then click Row Source in Properties. I then added a condition to this query to retrieve only those fields where customer id = Forms![Contact Information]![Text1] but it is simply not doing it.
Any ideas on how I can get this to work? I thank you all for your help.
Thanks