I have a text file that I import into Access. The field comes in as "Double". I need to know how to right justify the filed. I have the following code Expr1: Space(17-Len(Format([Field13],"Currency"
)) & Format([Field13],"Currency"
but I need to change the field to text for this to work and it puts dollar signs in. I need the data to look like 182.12 right justify so that when I export back out to a text file it is to the right without the dollar signs