Thanks, I tried that and i cant get the expression correct in the query. I
have two list boxes on the form 1st is company, 2nd is Unit Number. I set up
a query with both feilds and on the criteria line for company I put =
[Forms]![Revenue]![Company] (Revenue is the name of my form. Then in the Row
Source for the Unit number list box in the form I choose the name of the
query. When I try it out the list box for unit number is blank. What am i
doing wrong? Your help is much appreciated!
KARL DEWEY said:
Use a query as record source. Use the other field in criteria for the query.
:
I need a list box to limit the number of values it displays based on the
value of another feild in the same form. How can this be done?