B
BenD
Hello,
I have created a form that I would like to do several things for an
inventory database I am creating (I have used Access for about 4 days). The
form is based on a query that displays equipment currently checked out by
users (as well as date it was checked out, etc.). It currently has 4 fields:
Employee ID, Equip Number, Date Out and Date Returned
I was wondering if it is possible for me to set up the form so that upon
simply entering the Equip Number and Employee ID (and the relevant date
field), the form will update the query to add a new record if the item is
being checked out, or save the record if it is being returned (basically just
add the Date Returned to the record). I already have the query set up so
that adding a Date Returned will remove the record from the query, so the
Equip Number should have no duplicates in the query. Hopefully that makes
sense.
I'm sure this would be simple using VBA, but I don't know VB
Any help would be greatly appreciated.
-BenD
I have created a form that I would like to do several things for an
inventory database I am creating (I have used Access for about 4 days). The
form is based on a query that displays equipment currently checked out by
users (as well as date it was checked out, etc.). It currently has 4 fields:
Employee ID, Equip Number, Date Out and Date Returned
I was wondering if it is possible for me to set up the form so that upon
simply entering the Equip Number and Employee ID (and the relevant date
field), the form will update the query to add a new record if the item is
being checked out, or save the record if it is being returned (basically just
add the Date Returned to the record). I already have the query set up so
that adding a Date Returned will remove the record from the query, so the
Equip Number should have no duplicates in the query. Hopefully that makes
sense.
I'm sure this would be simple using VBA, but I don't know VB
Any help would be greatly appreciated.
-BenD