I don't what to search for (I'm a retired COBOL programmer), so I will describe what I need and hopefully it will make sense to someone.
I am making a personal inventory for electronic components. I don't know the specs of components I haven't bought yet so I need complete flexibility in table lookups.
SPECS (master DB)
Unique key
Part (no duplicates)
Spec1
.
.
Specn
ResistorTypes
Key (autonumber)
Type
CapacitorTypes
Key (autonumber)
Type
Goal: I would like the ability to chose between several lookup tables in each Spec field, ie: ResistorTypes, CapacitorTypes, etc.
EDIT: I don't mean any sort of join, I mean to decide which table to use for lookups in forms, queries and reports. The best description that comes to mind is dynamic lookups. The Spec table would store which name of the table to use in lookups.
Robert
I am making a personal inventory for electronic components. I don't know the specs of components I haven't bought yet so I need complete flexibility in table lookups.
SPECS (master DB)
Unique key
Part (no duplicates)
Spec1
.
.
Specn
ResistorTypes
Key (autonumber)
Type
CapacitorTypes
Key (autonumber)
Type
Goal: I would like the ability to chose between several lookup tables in each Spec field, ie: ResistorTypes, CapacitorTypes, etc.
EDIT: I don't mean any sort of join, I mean to decide which table to use for lookups in forms, queries and reports. The best description that comes to mind is dynamic lookups. The Spec table would store which name of the table to use in lookups.
Robert
Last edited: