E
esi
I have created a form to do cycle countng of items in our stock room. The
form is based on a query which pulls the sku#, item name from the item
master table, system qty from a system table, and qty in process from
another system table. I need to include a text box for the counter to enter
the cycle count from the shelf. Should this be an unbound field or a blank
field in my query? Ultimately, when all the designated items are counted, I
want to take all the values from the form and upload them into an item
history table which will track our counts for all items. Wondering what
exactly I need to do.
form is based on a query which pulls the sku#, item name from the item
master table, system qty from a system table, and qty in process from
another system table. I need to include a text box for the counter to enter
the cycle count from the shelf. Should this be an unbound field or a blank
field in my query? Ultimately, when all the designated items are counted, I
want to take all the values from the form and upload them into an item
history table which will track our counts for all items. Wondering what
exactly I need to do.