S
seremsc
MS Access 2000
Imagine an uniquely identified inventory that goes out to a customer, is
returned, and checked back in. Kind of a library. I have a mainform that
contains a unique ID that I would like to pass to a subform that lists my
inventory (and would link that inventory item to the mainform for the time it
is checked-out). My hope is to query a unique ID, and come up with what
inventory items have been checked out to that ID.
**
Mainform - UniqueID
Subform - Check-box to check item out
Subform - Control to be automatically filled in with the mainform unique ID
when I click the checked-out box.
**
I think I need some VBA code in my check-box's OnClick or OnExit with a
DLookup function, but I am having trouble searching the existing threads for
help.
Thanks,
Gregory
Imagine an uniquely identified inventory that goes out to a customer, is
returned, and checked back in. Kind of a library. I have a mainform that
contains a unique ID that I would like to pass to a subform that lists my
inventory (and would link that inventory item to the mainform for the time it
is checked-out). My hope is to query a unique ID, and come up with what
inventory items have been checked out to that ID.
**
Mainform - UniqueID
Subform - Check-box to check item out
Subform - Control to be automatically filled in with the mainform unique ID
when I click the checked-out box.
**
I think I need some VBA code in my check-box's OnClick or OnExit with a
DLookup function, but I am having trouble searching the existing threads for
help.
Thanks,
Gregory