S
SF
Hi,
Recently, I start a small database for my shop selling electrical
appliances...
The database run fairly good, but still a have a question.
Some items had two pricing, one for retail and one for package (eg Electric
wire sold in roll of 50m or retail for 10 or 15 mt). How do I defines
multiple pricing for this purpose (possibly when user select one item,
Access should ask for choice of SalePrice?).
I have 3 tables below
tblItems
ItemID, BarCode, Description, SalePrice
tblTransaction
TransactionID, TranDate, ReceiptNum
tblTransactionDetails
TransactionID, ItemID(FK),Qty,UPrice, Discount(%)
Appreciate for any advice from this NG
SF
Recently, I start a small database for my shop selling electrical
appliances...
The database run fairly good, but still a have a question.
Some items had two pricing, one for retail and one for package (eg Electric
wire sold in roll of 50m or retail for 10 or 15 mt). How do I defines
multiple pricing for this purpose (possibly when user select one item,
Access should ask for choice of SalePrice?).
I have 3 tables below
tblItems
ItemID, BarCode, Description, SalePrice
tblTransaction
TransactionID, TranDate, ReceiptNum
tblTransactionDetails
TransactionID, ItemID(FK),Qty,UPrice, Discount(%)
Appreciate for any advice from this NG
SF