M
MikeShipp
I have the following total calculation in a query. It
formats the data properly but does not right justify it.
Does anybody know the code to right justify the data
created from a query?
TotalYr: Format(Sum([Per01]+[Per02]+[Per03]+[Per04]+[Per05]
+[Per06]+[Per07]+[Per08]+[Per09]+[Per10]+[Per11]+[Per12]+
[Per13]),"$0,000")
formats the data properly but does not right justify it.
Does anybody know the code to right justify the data
created from a query?
TotalYr: Format(Sum([Per01]+[Per02]+[Per03]+[Per04]+[Per05]
+[Per06]+[Per07]+[Per08]+[Per09]+[Per10]+[Per11]+[Per12]+
[Per13]),"$0,000")