M
Mike Saffer
Greetings,
Newbie to this group.
My database is way to large for Excel. My experience with Access is
limited. I'm trying to join several strings of text and numbers like found
in a street address. The database also contains other customer info like
name, phone, etc.
A B C D E F
123 Beach Blvd John Smith 555-1234
In Excel I would do somethng like,
Type in a separate cell:
=concatenate(A1," ",B1, " ",C1) to get 123 Beach Blvd.
or maybe =(A1&" "&B1&" "&C1) and achieve the same result.
I'm not sure where in Access to look to enter the formula, or even if the
same formulas above work in Access. I have all my data in a table named
JAXNONSUBS. I've looked at Queries, (design view and simple query wizard)
and am able to extract fields but without concatenation, so I'm basically
lost.
The result I am looking for is to export as text the customer's name,
concateneated address strings, phone, etc.
Can anyone give a tip or point me in the right direction?
Best,
Mike
Jacksonville, Florida
Newbie to this group.
My database is way to large for Excel. My experience with Access is
limited. I'm trying to join several strings of text and numbers like found
in a street address. The database also contains other customer info like
name, phone, etc.
A B C D E F
123 Beach Blvd John Smith 555-1234
In Excel I would do somethng like,
Type in a separate cell:
=concatenate(A1," ",B1, " ",C1) to get 123 Beach Blvd.
or maybe =(A1&" "&B1&" "&C1) and achieve the same result.
I'm not sure where in Access to look to enter the formula, or even if the
same formulas above work in Access. I have all my data in a table named
JAXNONSUBS. I've looked at Queries, (design view and simple query wizard)
and am able to extract fields but without concatenation, so I'm basically
lost.
The result I am looking for is to export as text the customer's name,
concateneated address strings, phone, etc.
Can anyone give a tip or point me in the right direction?
Best,
Mike
Jacksonville, Florida