listbox multiple control sources

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

Guest

I have a list box on a form, I have now idea how I send each item selected to
different control sources with every item selected.

I.E. User clicks items one, it goes to control source item1. User selects
another item and that goes to control source item2, etc.

Please Help M
 
Do not use a multi-select list box like that.

For starters, it is very bad design to have repeating fields. This article
may be helpful:
Description of database normalization basics in Access 2000
at:
http://support.microsoft.com/?id=209534

You will need to create a related table to hold the many choices, and use a
subform where the user can enter as many rows as apply.
 

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

Similar Threads

Listbox question 3
How to give a range with values? 1
Access Form Refresh 1
Excel listbox 2
Multiple "Not Like" not working 5
Adding Macro to each item in Combo Box 0
Help needed in Excel macro 1
Excel Excel macro Help!! 0

Back
Top