S
SeanPT
I have a simple data entry form that has a drop down box that queries the
store numbers from a table. However, no one ever remembers the store numbers,
just the store names (east, west, etc.)
I'm trying to figure out how to do a text box that auto populates based on
what is in the drop down box. For example, if they choose "West" in the drop
down box, it auto populates the store # 1.
(The store information table has the Store #s as the PK along with the store
names so I have a table I can query)
This seems like something that should be easy but I'm banging my head on the
wall here. Thank you!
store numbers from a table. However, no one ever remembers the store numbers,
just the store names (east, west, etc.)
I'm trying to figure out how to do a text box that auto populates based on
what is in the drop down box. For example, if they choose "West" in the drop
down box, it auto populates the store # 1.
(The store information table has the Store #s as the PK along with the store
names so I have a table I can query)
This seems like something that should be easy but I'm banging my head on the
wall here. Thank you!