dbmanalser84
Registered User.
- Local time
- Today, 22:22
- Joined
- Feb 26, 2008
- Messages
- 52
Hi I have a refference table in my database which is connected to two tables. These tables are:
tblCars
#intCarID
txtModelName
tblSaleLine - Refference Table
#intSaleID
#intCarID
intQuantity
tblSales
#intSaleID
dteSaleDate
Now, I have forms for entering data in tblCars and tblSales and I want to build the form for tblSaleLine but I want to build it that way that all necesary data (car Models) for sale No.1 will be entered on the first record.
For example:
Sale ID----------CarID
1-------------1,2,3,4,5....
Something like selection meny. I want to se correspondin sale no. and all available cars I could add to that sale number, but the records should be added as follows to the tblSaleLine:
SaleID----------CarID
1---------------1
1---------------2
1---------------3
If someone didn't understand this right ask question and I'll try to clarify further. Thnx in advance.
tblCars
#intCarID
txtModelName
tblSaleLine - Refference Table
#intSaleID
#intCarID
intQuantity
tblSales
#intSaleID
dteSaleDate
Now, I have forms for entering data in tblCars and tblSales and I want to build the form for tblSaleLine but I want to build it that way that all necesary data (car Models) for sale No.1 will be entered on the first record.
For example:
Sale ID----------CarID
1-------------1,2,3,4,5....
Something like selection meny. I want to se correspondin sale no. and all available cars I could add to that sale number, but the records should be added as follows to the tblSaleLine:
SaleID----------CarID
1---------------1
1---------------2
1---------------3
If someone didn't understand this right ask question and I'll try to clarify further. Thnx in advance.
Last edited: