Developing a dB to log support calls.
Main form has a combobox where user's name is selected. I want to add a text box which will automatically show the user's company when name selected.
Control source for Combo contains tblUsers.name
I want txtCompany to automatically show tblUsers.Company for the selected user.
How do I do it?
Main form has a combobox where user's name is selected. I want to add a text box which will automatically show the user's company when name selected.
Control source for Combo contains tblUsers.name
I want txtCompany to automatically show tblUsers.Company for the selected user.
How do I do it?