Drawing a blank. Can't find an answer. I have 2 fields in a query. When i execute the Qry, the answers are left justified. I want them right justified.
the 701A field is text and 701B is a number based field.
701A JAR Size: IIf([PackTypeID]=701,[Size],"")
701B JAR Price: IIf([PackTypeID]=701,Format(Round(nz([Price]),2),"Fixed"),"")
Can you help? Thanks Molly
the 701A field is text and 701B is a number based field.
701A JAR Size: IIf([PackTypeID]=701,[Size],"")
701B JAR Price: IIf([PackTypeID]=701,Format(Round(nz([Price]),2),"Fixed"),"")
Can you help? Thanks Molly