>> I have a field where the format is set to currency, However I want to
>> use a Calculator type Number Pad to Enter the Dollar Amounts in gthe
[quoted text clipped - 7 lines]
>
> What is the value that is being returned from Calculator?
Format(0,"0.#")
Salad - 03 Nov 2004 20:05 GMT
>>> I have a field where the format is set to currency, However I want to
>>> use a Calculator type Number Pad to Enter the Dollar Amounts in gthe
[quoted text clipped - 9 lines]
>>
> Format(0,"0.#")
Format is a string. Are you then storing it to a Currency field?
DS - 04 Nov 2004 15:43 GMT
>>> I have a field where the format is set to currency, However I want to
>>> use a Calculator type Number Pad to Enter the Dollar Amounts in gthe
[quoted text clipped - 9 lines]
>>
> Format(0,"0.#")
Got it Working, Thanks.
DS