I am trying to design a form that allows a user to fill and complete a purchase order. Required items for the purchase order include vendor information(TO), processor information(SHIP TO), and line items for the material purchased.
I get a bit confused on how to set this all up. What I want to do is have the vendor(TO) and processor(SHIP TO) autofill once the user has selected a name. Information for these sections comes from seperate tables, each named [Vendor] and [Processor]. I am familiar with autofill queries but my current understanding leads me to believe this won't work since i cannot use multiple queries as a reocord source.
Any suggestions?
I'll stop there as i can go on and on. Please reply if this is not clear.
I get a bit confused on how to set this all up. What I want to do is have the vendor(TO) and processor(SHIP TO) autofill once the user has selected a name. Information for these sections comes from seperate tables, each named [Vendor] and [Processor]. I am familiar with autofill queries but my current understanding leads me to believe this won't work since i cannot use multiple queries as a reocord source.
Any suggestions?
I'll stop there as i can go on and on. Please reply if this is not clear.