Obsoletedude
New member
- Local time
- Today, 11:43
- Joined
- Nov 10, 2010
- Messages
- 6
Hi.
What I have is a combo box with a list of employee names. On select, I would like my form to auto fill in the email text field and phone text field.
My field names are EmpName, EmpPhone and EmpEmail and these reside in an Employees Database, that is called in a Job form.
On the Form, they are the same names.
Any help would be great. I know this will be an event procedure for AfterUpdate, but just not good at knowing what to do in the code side of things.
Update, just so this seems easier. In the EmpName dropdown, I am already loading EmpID, EmpName, EmpPhone, and EmpEmail, but I have all the column widths set to 0" except the EmpName. Not sure if that helps.
Thanks
What I have is a combo box with a list of employee names. On select, I would like my form to auto fill in the email text field and phone text field.
My field names are EmpName, EmpPhone and EmpEmail and these reside in an Employees Database, that is called in a Job form.
On the Form, they are the same names.
Any help would be great. I know this will be an event procedure for AfterUpdate, but just not good at knowing what to do in the code side of things.
Update, just so this seems easier. In the EmpName dropdown, I am already loading EmpID, EmpName, EmpPhone, and EmpEmail, but I have all the column widths set to 0" except the EmpName. Not sure if that helps.
Thanks
Last edited: