jhiltabidel
New member
- Local time
- Yesterday, 23:55
- Joined
- Sep 24, 2004
- Messages
- 5
TABLE field populated by contents of another TABLE field
Just for sake of example, I have a table with 2 columns in it. The first one is called "Hardware" and the second one is called "HardwareID". I do not wish either to be an autonumber. The data in each field is retrieved from another table called "Components" through a drop down box. When you click on the Hardware box and choose "Mouse"... you then have to click on the HardwareID field drop down and choose "1". I would like to be able to choose Mouse and then "1" populates automatically in the HardwareID box.
The first drop down box actually shows two columns in it... the hardwareID and the hardware. Can I make the second part of the column "jump" over to the next field and stay there ??
Mouse=1
Keyboard=2
etc.
Any ideas? MUCH THANKS IN ADVANCE!
Just for sake of example, I have a table with 2 columns in it. The first one is called "Hardware" and the second one is called "HardwareID". I do not wish either to be an autonumber. The data in each field is retrieved from another table called "Components" through a drop down box. When you click on the Hardware box and choose "Mouse"... you then have to click on the HardwareID field drop down and choose "1". I would like to be able to choose Mouse and then "1" populates automatically in the HardwareID box.
The first drop down box actually shows two columns in it... the hardwareID and the hardware. Can I make the second part of the column "jump" over to the next field and stay there ??
Mouse=1
Keyboard=2
etc.
Any ideas? MUCH THANKS IN ADVANCE!
Last edited: