S
Scott Nash
Hello,
I've seen some posts regarding a similar problem to what I'm having but cant
find the resolutution!
I have a database with tableA which contains basic inventory info. I have a
field in tableA named location. There is a second table (tableB) which has
a list of all the locations our company delivers to.
I've been warned to stay away from lookup fields, so I'm using combo boxes
on the form to look up the location and then populate the location field in
tableA when the value is selected.
Here is the issue (and again, I've found some posts similar): Running a
query seems to be an issue. If I enter NEW YORK, I get no results. And the
other strange thing is that the location field in table A does not contain
the state name but a number.
I need to be able to keep the locaiton field a drop down so my users can
select a state, but I must be able to report off of that info by entering
the name of a state.
How can I achieve this??
Thank you everyone.
I've seen some posts regarding a similar problem to what I'm having but cant
find the resolutution!
I have a database with tableA which contains basic inventory info. I have a
field in tableA named location. There is a second table (tableB) which has
a list of all the locations our company delivers to.
I've been warned to stay away from lookup fields, so I'm using combo boxes
on the form to look up the location and then populate the location field in
tableA when the value is selected.
Here is the issue (and again, I've found some posts similar): Running a
query seems to be an issue. If I enter NEW YORK, I get no results. And the
other strange thing is that the location field in table A does not contain
the state name but a number.
I need to be able to keep the locaiton field a drop down so my users can
select a state, but I must be able to report off of that info by entering
the name of a state.
How can I achieve this??
Thank you everyone.