Hello,
I have a basic Customer/inventory form with basic data on the customer
then a subform with the items in storage for that customer, his/her inventory
with itemID CustomerID(refcustomer) Itemname and ItemDescription
My issue is Customer might check out an item and sometimes restore it a few months later.
I'd like to create a "cart" where I have a cmdbutton next to the items listed on the subforms, when I click on it it sends that item to a "checkout form" or "release form"
The ideal would be to select or be able to send multiple items to this "realease form" then once the release form is confirmed (saved) the items would be deleted from the tblinventory. And into this release tbl. I could then have a record of the items being check out and also print out a report of that release form for records.
Now when the customer brings these items back to his storage I could use a "check in form" and restore them in his inventory.
Now how the [censored] can I do that?
Anyone could point me into the right direction?
Thanks
I have a basic Customer/inventory form with basic data on the customer
then a subform with the items in storage for that customer, his/her inventory
with itemID CustomerID(refcustomer) Itemname and ItemDescription
My issue is Customer might check out an item and sometimes restore it a few months later.
I'd like to create a "cart" where I have a cmdbutton next to the items listed on the subforms, when I click on it it sends that item to a "checkout form" or "release form"
The ideal would be to select or be able to send multiple items to this "realease form" then once the release form is confirmed (saved) the items would be deleted from the tblinventory. And into this release tbl. I could then have a record of the items being check out and also print out a report of that release form for records.
Now when the customer brings these items back to his storage I could use a "check in form" and restore them in his inventory.
Now how the [censored] can I do that?
Anyone could point me into the right direction?
Thanks