Copy Displayed info from a Form to Table

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?
 

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