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!
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!