Updating Forms

C

Chris

I have a form for receiving material. The user first
enters a Purchase Order Number (PO#). After the PO# is
entered, I would like information about the Vendor to be
displayed on a different field on the same form. Then the
user can enter the amount of material received. How do I
make the vendor information appear automatically?
 
M

Mike Painter

Chris said:
I have a form for receiving material. The user first
enters a Purchase Order Number (PO#). After the PO# is
entered, I would like information about the Vendor to be
displayed on a different field on the same form. Then the
user can enter the amount of material received. How do I
make the vendor information appear automatically?

I'm not clear on what you are trying to do here. The user entering the
amount received implies that the PO already exists (as it should)
That PO will have to be looked up and a combobox would be a good choice.
The original PO should have the ID of the vendor in it and that vendor
information would be displayed by the query the form the is based on.
 

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

Top