How the data of one table can be automatically transferred to other table in MsAccess?
For example:
How data of TableCustomer(CustId,Description,Quantity,Price,Amount) can be transferred to TableTransaction(TransId,TransDate,AccountId,Description,Quantity,Price,Amount,CustId).
Please guide.
For example:
How data of TableCustomer(CustId,Description,Quantity,Price,Amount) can be transferred to TableTransaction(TransId,TransDate,AccountId,Description,Quantity,Price,Amount,CustId).
Please guide.