Export Roster to Excel - Losing Phone Format

M

m stroup

I am exporting a simple query with phone numbers to excel. The export works
fine, but the phone numbers does not keep the formatting I selected, even
though I said to "store with t
 
P

pietlinden

I am exporting a simple query with phone numbers to excel.  The export works
fine, but the phone numbers does not keep the formatting I selected, even
though I said to "store with t

sounds like you just need to create the format....

"(" & left$(PhoneNo,3) & ") " & mid$(PhoneNo,3) & "-" & Right$(PhoneNo,
4)

create a query, add that as an expression, then export the expression
instead of the original unformatted telephone number.
 

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