A
Avir
I have a table which has following fields
Date
OrderNumber
CustomerName
Item
Qnty
ShippedYesNo (Yes/No)
I want to keep a track of payment received from a customer. (like a debit and credit account).
Should I make another table? If yes, then after we ship some goods to a customer, how do I post the entry in accounts table? By running append query?
Could somebody please help me? I am a newbee.
Date
OrderNumber
CustomerName
Item
Qnty
ShippedYesNo (Yes/No)
I want to keep a track of payment received from a customer. (like a debit and credit account).
Should I make another table? If yes, then after we ship some goods to a customer, how do I post the entry in accounts table? By running append query?
Could somebody please help me? I am a newbee.