B
bluegrassstateworker
I have a fairly simple Access database that I am intentionally trying
to keep as flat as possible so that the primary table can be exported
to Excel. Some people <have> to have a spreadsheet.
What I would like to have is an autolookup in one other table that
contains multiple fields that I would like to pull into the primary
table. For example:
The secondary table contains the following fields:
1. Zip Code
2. State
3. Region
The primary table has corresponding fields. Normally, only one value
from the secondary table can be inserted into the defined field of the
primary table. Since it is a flat structure I would like essentially,
three fields in the primary table updated all at once.
I understand why separate tables would be better but my coworkers
glaze over after only a few seconds after mentioning data
normalization. Any ideas appreciated.
to keep as flat as possible so that the primary table can be exported
to Excel. Some people <have> to have a spreadsheet.
What I would like to have is an autolookup in one other table that
contains multiple fields that I would like to pull into the primary
table. For example:
The secondary table contains the following fields:
1. Zip Code
2. State
3. Region
The primary table has corresponding fields. Normally, only one value
from the secondary table can be inserted into the defined field of the
primary table. Since it is a flat structure I would like essentially,
three fields in the primary table updated all at once.
I understand why separate tables would be better but my coworkers
glaze over after only a few seconds after mentioning data
normalization. Any ideas appreciated.