E
equuscycle
I am setting up a database to track my book purchases and sales, etc. I am
not new to Access, but it's been so long since I've used it much that I've
forgotten a lot of the terms, so please bear with me! I often make lot
purchases of 50 different books. What I believe I should do is set up one
table, say "Purchases" that contains PurchaseID, LotID (which would be the #
of books purchased), PurchaseDate, Cost, and Tax. I believe I should have a
separate table that would track my actual individual books, say "Items" with
ItemID, PurchaseID (as a foreign key), Title, CategoryID (type of book), and
UnitCost (a calculated field based on cost+tax/lotID).
First of all, is my assumption correct?
If so, I would like to create a form for Purchases with a subform for Items
and be automatically prompted to enter x amount of "Items" where x = LotID.
Is this possible? If so, how would I do this?
Thanks in advance for anyone willing to help me out!
Tina
not new to Access, but it's been so long since I've used it much that I've
forgotten a lot of the terms, so please bear with me! I often make lot
purchases of 50 different books. What I believe I should do is set up one
table, say "Purchases" that contains PurchaseID, LotID (which would be the #
of books purchased), PurchaseDate, Cost, and Tax. I believe I should have a
separate table that would track my actual individual books, say "Items" with
ItemID, PurchaseID (as a foreign key), Title, CategoryID (type of book), and
UnitCost (a calculated field based on cost+tax/lotID).
First of all, is my assumption correct?
If so, I would like to create a form for Purchases with a subform for Items
and be automatically prompted to enter x amount of "Items" where x = LotID.
Is this possible? If so, how would I do this?
Thanks in advance for anyone willing to help me out!
Tina