D
Dennis
All,
I'm using Access 2003 in XP Pro w SP3 on XP Pro SP3. I have many years of
development experience but am VERY new to Access.
Instead of creating multiple description tables for each foreign key, I
would like to have one table structured as follows:
fld 1 = Desc Type - Field would contain the name of the description. For
example, fld1 would contain the text "State", "MemType", "MemTerm".
fld 2 = Code Name - field would contain the foreign key such as "CA", "FL".
fld 3 = Code Description - field would contain the code's full description.
Sample table
State FL Florida
State CA California
State NM New Mexico
MemTerm L Life
MemTerm A Annual
MemTerm SA Semi-Annual
I can setup the table, but how would I setup the relationship with a
"hardcoded" description. For example, in the State Look up, I would need to
hardcode "STATE" in to the Sate Look Up on the forms, queries, and reports.
I'm not sure where to start or is this just a bad idea in Access?
I'm using Access 2003 in XP Pro w SP3 on XP Pro SP3. I have many years of
development experience but am VERY new to Access.
Instead of creating multiple description tables for each foreign key, I
would like to have one table structured as follows:
fld 1 = Desc Type - Field would contain the name of the description. For
example, fld1 would contain the text "State", "MemType", "MemTerm".
fld 2 = Code Name - field would contain the foreign key such as "CA", "FL".
fld 3 = Code Description - field would contain the code's full description.
Sample table
State FL Florida
State CA California
State NM New Mexico
MemTerm L Life
MemTerm A Annual
MemTerm SA Semi-Annual
I can setup the table, but how would I setup the relationship with a
"hardcoded" description. For example, in the State Look up, I would need to
hardcode "STATE" in to the Sate Look Up on the forms, queries, and reports.
I'm not sure where to start or is this just a bad idea in Access?