Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combining three fields into one??

Status
Not open for further replies.
Jul 1, 2004
28
US
Hello all,
Having a little trouble finding out how to merge three separate fields into one after excecuting a query..

ie..
Fieild 1: .01uF
Field 2: 16VDC
Field 3: 10%

:::run query:::

Field 1: .01uF 16VDC 10%

Any ideas/suggestions??

Thanks
 
Use an update query updating field1 with the three fields
by [Field1]&[Field2]&[Field3]
Hope this helps,
Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top