Solved Filter the form based on value selected from Combo Box

shery1995

Member
Local time
Today, 12:57
Joined
May 29, 2010
Messages
71
Hi All

I am trying to display/show records on my continuous form based on the value selected from combo box. However, when I run the form and click on combo box first it asks me for parameter value and then shows that value in combo box instead of showing Customer Type. When I select each value one by one from combo box it shows the correspondence record but does not show the string value in combo box. I have attached the file and would be much obliged if some one can help. Please note that I don't want to use subform.

Your kind advice and suggestions much appreciated.
Kind Regards
 

Attachments

Look at the rowsource for the combo. You have the Type field listed twice causing the problem.
 
Hi. Try it now...

I just removed Expr1 from your combo's Row Source.

Edit: Oops, too slow... Sorry.
 

Attachments

Users who are viewing this thread

Back
Top Bottom