Hello all,
I am trying to populate textboxes on my form when I make a selection from my listbox.
I populated the listbox with a query and this works as it should.
The query loads two columns in the listbox. One is an id (FDID) and the other is the persons last name.
I tried using the control source of the textboxes to get the info from the listbox, but it will only populate 2 out of the 5 textboxes. The ones that populate, of course, are the FDID and last name.
How do I get the rest of the values from the table?
I did a search, but nothing I found fits my needs.
Thanks ahead of time!
I am trying to populate textboxes on my form when I make a selection from my listbox.
I populated the listbox with a query and this works as it should.
The query loads two columns in the listbox. One is an id (FDID) and the other is the persons last name.
I tried using the control source of the textboxes to get the info from the listbox, but it will only populate 2 out of the 5 textboxes. The ones that populate, of course, are the FDID and last name.
How do I get the rest of the values from the table?
I did a search, but nothing I found fits my needs.
Thanks ahead of time!