dbmanalser84
Registered User.
- Local time
- Today, 15:26
- Joined
- Feb 26, 2008
- Messages
- 52
I've build a rather complicated database about a Car Shop. Now its time to enter some data in it, and I want to build forms to do this first. Here are data of the first table I want to enter data:
tblCars
#intCarID
intManufacturerID
txtModelName
dteAssemblyDate
intModelPrice
tblManufacturer
#intManufacturerID
txtManufacturerName
.... there is some other data which is irrelevant at this point.
Now, I want to create form for tblCars where instead of entering Manufacturer ID as a numerical value I want to select Manufacturers by name from the tblManufacturers and enter that selection in tblCars as numerical value.
Is it better to do this via Combo Box or List Box and why? What is the difference between the two?
Between the two options (save for later use and store in this field) which one should I choose? Can someone explain these two optins better?
Can I delete the Primary Key field from the form? Will it update automatically when new data is entered if its not displayed on the form?
Thnx.
tblCars
#intCarID
intManufacturerID
txtModelName
dteAssemblyDate
intModelPrice
tblManufacturer
#intManufacturerID
txtManufacturerName
.... there is some other data which is irrelevant at this point.
Now, I want to create form for tblCars where instead of entering Manufacturer ID as a numerical value I want to select Manufacturers by name from the tblManufacturers and enter that selection in tblCars as numerical value.
Is it better to do this via Combo Box or List Box and why? What is the difference between the two?
Between the two options (save for later use and store in this field) which one should I choose? Can someone explain these two optins better?
Can I delete the Primary Key field from the form? Will it update automatically when new data is entered if its not displayed on the form?
Thnx.
Last edited: