View Full Version : List Box


dl41001
05-29-2001, 05:28 PM
Pls show me an idea how to make a list box from which value selected will pull all related fields...
Thanks so much.

Shep
05-30-2001, 09:20 AM
Make sure the 'Control Wizards' button is selected in your Toolbox (in Form Design mode). Place a new ListBox on your form, making sure to select the 'Find a record on my form based on the value I selected in my list box' radio button, click 'Next' and select the field(s) you wish displayed.

Shep