export access as a merge doc.

  • Thread starter Thread starter Elisabeth
  • Start date Start date
E

Elisabeth

I have a word document that I am exporting to, but the
phone numbers keep appearing without the dashes. how do I
fix this?
 
Add a new field in your query. It should look something
like this. Use yhis in your word merge

NewPhone: "(" & Left([homephone],3) & ") " &
Mid([homephone],4,3) & "-" & Right([homephone],4)

Jim
 
Back
Top