dwayne dibley
Registered User.
- Local time
- Today, 07:06
- Joined
- Oct 1, 2008
- Messages
- 26
Hi,
I am currently trying to develop a database based on a library system(as part of a college assignment).
The problem, I am having at the moment is regarding the customer returning a book. I would like to create a form which allows the user to input the book's ASC number into a text box, which will then retieve the loans details.
I currently have a loan table with fields Loan ID(auto-number) and then loaned date, returned date, member id(FK), status and ASC(FK).
I think this would need to be done via unbound text control, but im not sure how to attach this to the other fields.
No doubt this will be quite easy to resolve, but I'm fairly new to access.
Any help will be greatly Appreciated
I am currently trying to develop a database based on a library system(as part of a college assignment).
The problem, I am having at the moment is regarding the customer returning a book. I would like to create a form which allows the user to input the book's ASC number into a text box, which will then retieve the loans details.
I currently have a loan table with fields Loan ID(auto-number) and then loaned date, returned date, member id(FK), status and ASC(FK).
I think this would need to be done via unbound text control, but im not sure how to attach this to the other fields.
No doubt this will be quite easy to resolve, but I'm fairly new to access.
Any help will be greatly Appreciated