If I have a dbase that issues items for loan such as DVD's or books how can I prevent the same item being loaned out more than once.
I have four tables:
tblCustomer, tblLoans, tblLoanList and tblDVD's
Do I need something to delete these records after they have been assigned?
CCS
I have four tables:
tblCustomer, tblLoans, tblLoanList and tblDVD's
Do I need something to delete these records after they have been assigned?
CCS