K
keithb
I am trying define a lookup field in a table where the values displayed
depend on the content of an adjacent field.
For example:
Lookup Table:
State-------City
AZ--------Phoenix
AZ--------Tempe
CA--------Los angeles
CA--------San Francisco
If the state field in the primary table contains AZ, I want the lookup combo
box to display only Phoenix and Tempe...
What is the correct syntax for passing a value from a field in the primary
table to a lookup query? When I use "
.[field]" I get a prompt for a
value when the table is opened. When I use "table![field]", the lookup combo
box contains no entries.
I used to know how to do this, but I forgot..
Thanks,
Keith
depend on the content of an adjacent field.
For example:
Lookup Table:
State-------City
AZ--------Phoenix
AZ--------Tempe
CA--------Los angeles
CA--------San Francisco
If the state field in the primary table contains AZ, I want the lookup combo
box to display only Phoenix and Tempe...
What is the correct syntax for passing a value from a field in the primary
table to a lookup query? When I use "
value when the table is opened. When I use "table![field]", the lookup combo
box contains no entries.
I used to know how to do this, but I forgot..
Thanks,
Keith