My situation is this:
I have a form where I created a combo box that selects an Employee Name from a query. When a user selects the name from the combo box, I want to be able to auto-populate other boxes on the form with other fields related to the Employee that are also fields within the query the combo box is pulling from (i.e. department, title, etc).
After I create the combo box, I am able to see the list of names determined by the query ok. My problem is how and what type of boxes do I create on the form to be able to show the other data I want? And how do i bind them to the combo box to make sure they are populating with the correct information?
Any help is greatly appreciated! I've tried using the wizard for this and searching through the help pages, but nothing seems to clarify this for me.
Thanks!
~JP
I have a form where I created a combo box that selects an Employee Name from a query. When a user selects the name from the combo box, I want to be able to auto-populate other boxes on the form with other fields related to the Employee that are also fields within the query the combo box is pulling from (i.e. department, title, etc).
After I create the combo box, I am able to see the list of names determined by the query ok. My problem is how and what type of boxes do I create on the form to be able to show the other data I want? And how do i bind them to the combo box to make sure they are populating with the correct information?
Any help is greatly appreciated! I've tried using the wizard for this and searching through the help pages, but nothing seems to clarify this for me.
Thanks!
~JP