More than one ControlSource in a listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

The setup:
Access 2000. I have listbox on a form returns 6 fields from a table. When a
user clicks an item in the listbox, the form receives the field value listed
in the ControlSource property. The BoundColumn setting controls the field
that is passed to the form.

The problem:
How can I get an additional field from the listbox to populate a 2nd control
(e.g. textbox) on the form? I need minimum 2 fields from the user's selection
to pass to the form so I can perform some automation later. Right now I can
only retrieve one....

Any suggestions will be helpful!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top