I am having a problem when I enter data into my form. I have two controls that are currency and 1 that is date/time. If the first currency control is 0 or null, then both the others are disabled. If I enter 0 or delete the default "$0.00" in the first control, the 2nd control will show "$0.00" and the date/time control will show 12:00:00 AM. The settings for these controls are:
Currency Control(2nd control)
Format : Currency
Default Value : =Null
Date/Time Control
Format : Short Date
Default Value : =Null
Any help would be appreciated.
Currency Control(2nd control)
Format : Currency
Default Value : =Null
Date/Time Control
Format : Short Date
Default Value : =Null
Any help would be appreciated.