Getting fields to follow on a form

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

Guest

I want to put a combo box in a form that contains all the part numbers. And
when I select a part no, I want the rest of the fields info such as
Description to show. And when I select another part no I want the description
to change to that part no. Is this possible?

Thanks
Dustin
 
If I understand you correctly, you want data to appear to correspond with the
part selected in combo box, right? If so, use the combo box wizard. When
the combo box is created, drag and drop whatever fields you want the data to
show from the "Field List." The wizard should automatically create and
AfterUpdate command that will populate the fields you have added to your form.


B
 
If I understand you correctly, you want data to appear to correspond with the
part selected in combo box, right? If so, use the combo box wizard. When
the combo box is created, drag and drop whatever fields you want the data to
show from the "Field List." The wizard should automatically create and
AfterUpdate command that will populate the fields you have added to your form.


B
 

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