thunderbolt1164
Registered User.
- Local time
- Today, 07:17
- Joined
- Mar 2, 2008
- Messages
- 32
I have been building a DB for a while and have broken the tables down to 4 different tables using 4 differnt ID's:
DropOffs ----- DropOffID
PickUps ----- PickUpID
Sales ----- SaleID
Repairs ----- RepairID
Is it possible to change each ID to 1 common ID like: TransactionID ?
Now that I think of it I should maybe be asking, is it adivisable to do this?
The reason I ask is I want to be able to link them in a query for a report showing the total of each group with a sum total of all income.
DropOffs ----- DropOffID
PickUps ----- PickUpID
Sales ----- SaleID
Repairs ----- RepairID
Is it possible to change each ID to 1 common ID like: TransactionID ?
Now that I think of it I should maybe be asking, is it adivisable to do this?
The reason I ask is I want to be able to link them in a query for a report showing the total of each group with a sum total of all income.
Last edited: