Help! I must be missing something simple! How do you tell access to take data from a field and multiply it by a user-entered amount? I'm working on a production planning database, and am stumped!
You don't give much description here, I'm assuming the user is entering data on the form in a textbox. I'm assuming the other field is somewhere else on the form.
will call your data from field as intYourData
will call the user entered data as intEnteredData
Now you have an option, 'after update' of the user entered field.
What I'm trying to do is have the user enter in a product number and a quantity to be produced. The system will then pull the production bill for the item, and multiply the base quantity for each of the components by the quantity entered by the user to give a total amount of components needed to produce the stock. Hope this isn't too confusing! The problem I'm running into is how to have a field where the user can enter the quantity to be produced, and have the system multiply the data by that amount. Any ideas?.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.