D
dinaayoub
Guest
I am building a database to be used for inventory control. I need to make a form for quick insertion of stock (instead of inserting each quantity of a certain item of supplies received at a time, inserting several!), in which case i want there to be, for example, 10 combo boxes with the item part numbers to choose from, and then a box to type in the quantity for each one of those combo boxes, such that when the user presses save all the records are updated (by adding this quantity the user entered to the quantity on hand)
The problem i have is the following:
1- when i try to do this using a form that displays all records at the same time, the field in which the user enters the quantity he/she wants to add gets changed for all the records! such that the user cannot enter in one field a number and in another field anothe rnumber (everytime he enters a number all others r replaced with it!)
2- when i try to do this one by one, like to actually make 10 different combo boxes and 10 different variables, iit goes absolutely nuts and adds all the numbers i put in the different boxes to the combo box i last changed!!
Can anybody help me and tell me how to fix this problem, or what to do to implement this form and allow several records to be updated at the same time? (if the problem isnt clear please tell me)
would appreciate it a lot, thanks
The problem i have is the following:
1- when i try to do this using a form that displays all records at the same time, the field in which the user enters the quantity he/she wants to add gets changed for all the records! such that the user cannot enter in one field a number and in another field anothe rnumber (everytime he enters a number all others r replaced with it!)
2- when i try to do this one by one, like to actually make 10 different combo boxes and 10 different variables, iit goes absolutely nuts and adds all the numbers i put in the different boxes to the combo box i last changed!!
Can anybody help me and tell me how to fix this problem, or what to do to implement this form and allow several records to be updated at the same time? (if the problem isnt clear please tell me)
would appreciate it a lot, thanks