I relatively new to Access but I have a basic understand and have designed many simple databases and forms from scratch; however, I've been given a task at work that is requiring me to do something that is altogether new to me.
In a form I created, I need two text fields to auto populate their values based on a selection from a dropdown list. The dropdown list has a series of names that are drawn from a different table. I'll call that table the "Name" table for this post. The "Name" table has three fields in it, the name of the rep (these names are the list in the dropdown field), their ID number and who their manager is.
OK, back to my form. When I select a rep name in the dropdown list, I want the ID text box and the Manager text box to fill based on the name I select. In other words, if I select "Mike", I want Mike's ID and Manager to auto populate on the form. There are other fields to complete but these I need to fill in automatically. I've read about the "On Change" procedure but I don't know how to do it.
I hope I explained that right. Please post the “For Dummies” version is possible. I really need to get this working.
Mike
In a form I created, I need two text fields to auto populate their values based on a selection from a dropdown list. The dropdown list has a series of names that are drawn from a different table. I'll call that table the "Name" table for this post. The "Name" table has three fields in it, the name of the rep (these names are the list in the dropdown field), their ID number and who their manager is.
OK, back to my form. When I select a rep name in the dropdown list, I want the ID text box and the Manager text box to fill based on the name I select. In other words, if I select "Mike", I want Mike's ID and Manager to auto populate on the form. There are other fields to complete but these I need to fill in automatically. I've read about the "On Change" procedure but I don't know how to do it.
I hope I explained that right. Please post the “For Dummies” version is possible. I really need to get this working.
Mike