Hi all,
Ive got a form called frmAddMachine, which adds a new machine to a table called tblMachine. tblMachine has the following fields: MachineID, Make, Model, SerialNumber, YearManufacture, RegNumber. I have also got 2 other tables: 1 called tblMake and 1 called tblModel. On frmAddMachine ive got 2 combo boxes which ive set to lookup values from tblMake and tblModel to i can select the make and model in the combo boxes. Im trying to get it so i can select the make and model from the combos and then fill in the other text boxes below like SerialNumber, YearManufacture, RegNumber. I can do all that now on the form although the make i select in the combo and the model i select in the other combo do not apear in the table tblMachine. All the other data like SerialNumber etc appears in the table but the make and model fields are left blank.
Please help with this, What do i need to do in order to get this working?
Thanks
Jim
Ive got a form called frmAddMachine, which adds a new machine to a table called tblMachine. tblMachine has the following fields: MachineID, Make, Model, SerialNumber, YearManufacture, RegNumber. I have also got 2 other tables: 1 called tblMake and 1 called tblModel. On frmAddMachine ive got 2 combo boxes which ive set to lookup values from tblMake and tblModel to i can select the make and model in the combo boxes. Im trying to get it so i can select the make and model from the combos and then fill in the other text boxes below like SerialNumber, YearManufacture, RegNumber. I can do all that now on the form although the make i select in the combo and the model i select in the other combo do not apear in the table tblMachine. All the other data like SerialNumber etc appears in the table but the make and model fields are left blank.
Please help with this, What do i need to do in order to get this working?
Thanks
Jim