I have an inventory database that has a whooooole lot of part numbers. Every day, we get orders for particular parts.
Originally, we would create the pull sheet by using a query based on the inventory, and then a report based on that query to make it look nice.
The user would type in the parts they wanted, up to 10 parts. There are a few problems with this though. First of all, if there's a typo on the user's side or when the part was entered into the computer, the part won't come up at all.
Secondly, the user has to deal with clicking "OK" or hitting the enter button on a blank parameter box if they have less than 10 entries. It's annoying and time consuming.
So! I happened across this --> http://www.allenbrowne.com/AppFindAsUType.html <--awesome function that I would like to integrate into my pull sheet.
What I'm thinking is something along these lines:
Instead of initially using a query-based-report, we'll use a form. The user types the part number they want to add to the pull sheet into the search box. They find the correct part number, and now comes the part where I need a way to add the correct part number to a report that lists all instances of those part numbers from the inventory file, like the query would do. And also, I would like them to be able to add multiple parts, so I'm thinking a button to add each new part or something, but I'm not sure what the code behind the button should be/do.
Anyone got any ideas?
Thanks!
Originally, we would create the pull sheet by using a query based on the inventory, and then a report based on that query to make it look nice.
The user would type in the parts they wanted, up to 10 parts. There are a few problems with this though. First of all, if there's a typo on the user's side or when the part was entered into the computer, the part won't come up at all.
Secondly, the user has to deal with clicking "OK" or hitting the enter button on a blank parameter box if they have less than 10 entries. It's annoying and time consuming.
So! I happened across this --> http://www.allenbrowne.com/AppFindAsUType.html <--awesome function that I would like to integrate into my pull sheet.
What I'm thinking is something along these lines:
Instead of initially using a query-based-report, we'll use a form. The user types the part number they want to add to the pull sheet into the search box. They find the correct part number, and now comes the part where I need a way to add the correct part number to a report that lists all instances of those part numbers from the inventory file, like the query would do. And also, I would like them to be able to add multiple parts, so I'm thinking a button to add each new part or something, but I'm not sure what the code behind the button should be/do.
Anyone got any ideas?
Thanks!