T
Tim McKeaveney
Hi all.
I have come across a problem with using a linked value in a lookup value.
The situation has arisen trying to format an aircraft register.
Table1: tblAircraftRegister
AC_ID --> (Primary Key, Autonumber)
Engine --> (Lookup Table Wizard, lookup table has been set to display the
engine manufacturer and model from tblEngine)
Table2: tblEngine
ENG_ID--> (Primary Key, Autonumber)
EngineManufacturer --> (Lookup Table Wizard, connected to
refEngineManufacturer)
EngineModel ---> (text field)
Table3: refEngineManufacturer
ENG_MANUF_ID ---> (Primary Key, Autonumber)
EngineManufacturer --> (text field)
The display for the drop down box for the engine field in
tblAircraftRegister has the format:
ENG_MANUF_ID (a number) EngineModel (text)
What I would like to see is :
EngineManufacturer (text) EngineModel (text)
My apologies if it is difficult to understand my explanation of the problem.
Cheerio,
Timbo.
PS If you email my account, expect a reply challenging your authenticity as
a person. Sorry, but you get that trying to keep SPAM out.
I have come across a problem with using a linked value in a lookup value.
The situation has arisen trying to format an aircraft register.
Table1: tblAircraftRegister
AC_ID --> (Primary Key, Autonumber)
Engine --> (Lookup Table Wizard, lookup table has been set to display the
engine manufacturer and model from tblEngine)
Table2: tblEngine
ENG_ID--> (Primary Key, Autonumber)
EngineManufacturer --> (Lookup Table Wizard, connected to
refEngineManufacturer)
EngineModel ---> (text field)
Table3: refEngineManufacturer
ENG_MANUF_ID ---> (Primary Key, Autonumber)
EngineManufacturer --> (text field)
The display for the drop down box for the engine field in
tblAircraftRegister has the format:
ENG_MANUF_ID (a number) EngineModel (text)
What I would like to see is :
EngineManufacturer (text) EngineModel (text)
My apologies if it is difficult to understand my explanation of the problem.
Cheerio,
Timbo.
PS If you email my account, expect a reply challenging your authenticity as
a person. Sorry, but you get that trying to keep SPAM out.