D
dogmelissa
If this doesn't make sense, let me know and I'll try to explain it better.
We have an "Order Entry" form, which reads out of the table "Orders". We
also have a "Customers" form which reads out of the table "Customers". We
give each job it's own individual job number, which goes in the Orders table,
through the Order Entry form. Currently, on the Order Entry form, you type in
the job #, pick the customer from a list box and then enter the rest of the
data. However, each customer has a salesperson attached to them, through the
Customers table, and I want to be able to show that salesperson on the Order
Entry form. I don't want it to be something that can be changed, but just as
a reference, so that I know that "Joe" is the person responsible for the
Customer "1Company". I know I have to somehow get a box (text? list?) to be
linked to the customer that you pick in Order Entry, and pull up the
Salesperson in the Customers table, but I can't quite figure out how to do
that.
Suggestions?
Thanks in advance,
Melissa
We have an "Order Entry" form, which reads out of the table "Orders". We
also have a "Customers" form which reads out of the table "Customers". We
give each job it's own individual job number, which goes in the Orders table,
through the Order Entry form. Currently, on the Order Entry form, you type in
the job #, pick the customer from a list box and then enter the rest of the
data. However, each customer has a salesperson attached to them, through the
Customers table, and I want to be able to show that salesperson on the Order
Entry form. I don't want it to be something that can be changed, but just as
a reference, so that I know that "Joe" is the person responsible for the
Customer "1Company". I know I have to somehow get a box (text? list?) to be
linked to the customer that you pick in Order Entry, and pull up the
Salesperson in the Customers table, but I can't quite figure out how to do
that.
Suggestions?
Thanks in advance,
Melissa