Strange Formatting

D

DS

I have a Currency field. When I run it in a Query to display it on a form
it spaces to the right. When I run it from a DLookUp, or DSum function it
spaces to the right but with a slight space. Does D Functions have a
different format than a Query? If so how do you fix it?
Thanks
DS
 
M

mscertified

D functions return a variant because it has to be able to return a Null.

-Dorian
 
Top