J
jms
I have a form called Company. This form contains
CompanyID, company name, address, city, state, country,
zip and VendorID. The VendorID is a combo box whose
record source is a linked table (CUSTOMER) from our order
entry system. If the user wants to enter a company that
is NOT a current customer, then the user fills in the
company name, address, city, etc. If the company IS a
current customer, then the user needs only to select the
appropriate vendorID from a multi-column combo box whose
record source is our CUSTOMER table from our data entry
system. When the vendorID is selected, I would like
to "show" the user the current company address information
from our data entry system on the form. I guess there
would be two sections on the form: Non customers and
customers. Any suggestions?
I'm fairly new to VB. So any help you can give would be
greatly appreciated. Thanks!
CompanyID, company name, address, city, state, country,
zip and VendorID. The VendorID is a combo box whose
record source is a linked table (CUSTOMER) from our order
entry system. If the user wants to enter a company that
is NOT a current customer, then the user fills in the
company name, address, city, etc. If the company IS a
current customer, then the user needs only to select the
appropriate vendorID from a multi-column combo box whose
record source is our CUSTOMER table from our data entry
system. When the vendorID is selected, I would like
to "show" the user the current company address information
from our data entry system on the form. I guess there
would be two sections on the form: Non customers and
customers. Any suggestions?
I'm fairly new to VB. So any help you can give would be
greatly appreciated. Thanks!