R
Robbie Samuel
I am currently developing a system to loan books and
videos. I am confused with the forms development part of
this project. I would like to have a form that allows the
user to click a combo box and choose the title of the
book/video, and have the text boxes auto populate with the
information. I have done this using the unbound method
and it seems to work (the resource_id will appear) but not
the author, notes, etc. I need help to develop a form
that will allow users to pick a title to rent(combo box
from resource_table), a corresponding patron that is
renting (combo box from patron_table)and allow me to see
the relationship between patrons and resources in a query
(for overdue books).
I've been stuck on this for a few days now and would like
some professional help. Any help would be greatly
appreciated.
Robbie Samuel
videos. I am confused with the forms development part of
this project. I would like to have a form that allows the
user to click a combo box and choose the title of the
book/video, and have the text boxes auto populate with the
information. I have done this using the unbound method
and it seems to work (the resource_id will appear) but not
the author, notes, etc. I need help to develop a form
that will allow users to pick a title to rent(combo box
from resource_table), a corresponding patron that is
renting (combo box from patron_table)and allow me to see
the relationship between patrons and resources in a query
(for overdue books).
I've been stuck on this for a few days now and would like
some professional help. Any help would be greatly
appreciated.
Robbie Samuel