Combining feilds

  • Thread starter Thread starter Syed Zeeshan Haider
  • Start date Start date
S

Syed Zeeshan Haider

Hello Everybody,
Is it possible to combine data from multiple feild of same table into one
feild of query? If yes then how can it be done?

Thank you,
Syed Zeeshan Haider
 
Expr1: [field1] & [field2]

Expr1: [field1] & "/" & [field2]

Expr1: [field1] & " " & "hoorah" & " " & [field2]

etc
 

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

Similar Threads

Append query wont run because: 8
Return a blank feild 2
Conditional IIF Statement 6
Automatically adding a record 1
Building a query 3
Converting 3
Removing Data From Feild... 3
View unavailable 5

Back
Top