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
mscertified - 28 Feb 2007 15:27 GMT
D functions return a variant because it has to be able to return a Null.
-Dorian
> 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