Linking of different textboxes to same field

S

sudha

i have 3 textboxes in my form. i want to take the
information from all the 3 textfields and put them under
1 field in a table. how to do that??
 
H

hu

h
----- sudha wrote: ----

i have 3 textboxes in my form. i want to take the
information from all the 3 textfields and put them under
1 field in a table. how to do that?
 
B

Bruce

Use a single text box on the form. If you want to combine
fields (such as City, State Zip) you should use a query
or a calculated text box. If you want to use fields from
one table to populate a field in another table, you should
be using a query instead. It is possible to use a query
(I think it is called an update query) to update a table,
but that is for unusual circumstances. Just what do you
need to do?
 

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