springy2003
Instructor
Hi, I am working on this borrowing system that consist of two tables. One table holds the data for what is availible to be borrowed (tbl_itemstore) and the other table is the borrowing table that shows what is borrowed (tbl_borrow). tbl_itemstore holds the data for what can be borrowed, has a field where it has a Yes/No data type to say that the item is being borrowed or not, so I could in theory stop duplicate borrowing of an item when it isn't there. But the problem is that in tbl_borrow, I can't seem to change the Yes/No field in tbl_itemstore from tbl_borrow in order for this to work, which means you can still search and find items, which says that they are availible to be borrowed but are not availible. Is there anyway of getting around this problem because I put this question a few days ago and no one could answer it. If you want me to rephase it, just ask me to, since this might not be clear.
Thanks so much for your time, but I have had this problem for a week now and can't get around it.
Richard.
Thanks so much for your time, but I have had this problem for a week now and can't get around it.
Richard.