B
Bryan
I am creating an inventory database for certain assets.
One of the functions I would like to perform in this
database is to find and check-out items from the inventory.
I created a QBF Form and resulting Query that allows me to
look up items. The Form and Query searches for matching
items in one of the tables, and usually finds more than
one record (I have several fields you can search by, even
if you type only the first few letters).
What I would LIKE it to do is display the Query results on
the Form rather than in a seperate datasheet that opens
over the Form. Then provide a way to pick one record from
the Query results, and send that to another Form, or
Subform, for the purpose of checking out that item.
What I am trying to avoid is to make the user use one Form
to look up an item, remember what that item's stock # is,
close the Query, close the Form, then open another Form to
check it out.
Any and all help is greatly appreciated.
One of the functions I would like to perform in this
database is to find and check-out items from the inventory.
I created a QBF Form and resulting Query that allows me to
look up items. The Form and Query searches for matching
items in one of the tables, and usually finds more than
one record (I have several fields you can search by, even
if you type only the first few letters).
What I would LIKE it to do is display the Query results on
the Form rather than in a seperate datasheet that opens
over the Form. Then provide a way to pick one record from
the Query results, and send that to another Form, or
Subform, for the purpose of checking out that item.
What I am trying to avoid is to make the user use one Form
to look up an item, remember what that item's stock # is,
close the Query, close the Form, then open another Form to
check it out.
Any and all help is greatly appreciated.