R
Randy Lucero
I have a question for all you experts out there.
I have created an Order Entry form that displays a
Customer Name from
a table called "CustList". That table also contains the
usual..
address, city, etc. to include a CustID field.
On the Order Entry form, I choose the Customer Name and
I am
displaying CustID by means of "=txtCustomer.Column(1)"
which
corosponds with the Customer Name.
Now, what I need to do is to capture this CustID info
that is
displayed in a table. Since my Control Source is the
"=txtCustomer.Column(1)", how would I save it to the
Control Source
which really should be pointing to the table?
I have created an Order Entry form that displays a
Customer Name from
a table called "CustList". That table also contains the
usual..
address, city, etc. to include a CustID field.
On the Order Entry form, I choose the Customer Name and
I am
displaying CustID by means of "=txtCustomer.Column(1)"
which
corosponds with the Customer Name.
Now, what I need to do is to capture this CustID info
that is
displayed in a table. Since my Control Source is the
"=txtCustomer.Column(1)", how would I save it to the
Control Source
which really should be pointing to the table?