I have two tables - books and borrowers
Books has a borrowerID field as does Borrowers (linked by a relationship) BorrowerID is unique in the borrowers table
On the form where a borrower enters their details I have a button which opens a form displaying the results of a query for that barcode. This query is called borrower_barcode
I'd like to add a button to the borrower_barcode query form which will make borrowers.borrowerID = books.borrowerID for the record found by the borrower_barcode query.
Can anyone help me with the code for this button?
many thanks,
Ian
Books has a borrowerID field as does Borrowers (linked by a relationship) BorrowerID is unique in the borrowers table
On the form where a borrower enters their details I have a button which opens a form displaying the results of a query for that barcode. This query is called borrower_barcode
I'd like to add a button to the borrower_barcode query form which will make borrowers.borrowerID = books.borrowerID for the record found by the borrower_barcode query.
Can anyone help me with the code for this button?
many thanks,
Ian