I searched and read and tried over a number of days. Could never get it to work. Here in detail is what I have, I use Access 97.
I have one Form called NewHondas. This form I use to enter our new vehicles that enter our Lot. I have 5 tables with information, and one table for inventory. The information tables are:
table - Color - Columns used: ModelID, ColorName
table - Model - Columns used: ModelID, ModelName
table - ModelNumber - Columns used: ModelID, TrimLevel, ModelNumber, ModelYear, Trim, Invoice, MSRP, Logo, Transmission.
table - Picture - Columns used: ModelID, ModelName, Color, Picture.
table - Transmission - Columns used: TransID, Transmission.
My table name to store inventory: NewHondas
What I desire, is to put in ModelNumber - For example CG1652JNW - That then pulls from individual tables that it is an Accord Sedan, EX-VL (trim), Trim level G, it is a 2002, Automatic. - and puts all this information onto our NewHondas table. - by itself, not needing each individual field to be selected.
Then I need to select color using a regular combo box - and hopefully have the picture take the model name and color and match it to the picture.
All of the after event code's I have tried will only end up recording the modelnumber which I select from a pull down.
Any help greatly appreciated.
I have one Form called NewHondas. This form I use to enter our new vehicles that enter our Lot. I have 5 tables with information, and one table for inventory. The information tables are:
table - Color - Columns used: ModelID, ColorName
table - Model - Columns used: ModelID, ModelName
table - ModelNumber - Columns used: ModelID, TrimLevel, ModelNumber, ModelYear, Trim, Invoice, MSRP, Logo, Transmission.
table - Picture - Columns used: ModelID, ModelName, Color, Picture.
table - Transmission - Columns used: TransID, Transmission.
My table name to store inventory: NewHondas
What I desire, is to put in ModelNumber - For example CG1652JNW - That then pulls from individual tables that it is an Accord Sedan, EX-VL (trim), Trim level G, it is a 2002, Automatic. - and puts all this information onto our NewHondas table. - by itself, not needing each individual field to be selected.
Then I need to select color using a regular combo box - and hopefully have the picture take the model name and color and match it to the picture.
All of the after event code's I have tried will only end up recording the modelnumber which I select from a pull down.
Any help greatly appreciated.