Presently I have a form that is functioning from a specific table within my database. As the user enters individual sales information information into the form I need to be able to pull user data from another table. Essentially what I am trying to acoomplish is to be able to identify a user as they enter the data into the database, look up a sales commission rate and pull it back into the form for manipulation. If there were only 3 or 4 users it could be done with an If then or Case statement, however there are well over a hundred different people with varying percentage rates.
So to clarify my babble, I'm looking to take a field on a form, use it to identify specific information in a table not associated with the form, and save it in a variable for manipulation. Can anyone help me?
So to clarify my babble, I'm looking to take a field on a form, use it to identify specific information in a table not associated with the form, and save it in a variable for manipulation. Can anyone help me?