Error message on date fields

mkelly

Registered User.
Local time
Today, 15:21
Joined
Apr 10, 2002
Messages
213
I have one form with two date fields and each time I try to enter a date I get an error message "Field cannot be Updated" after I click OK twice I can them update the fields. Does anyone know what is causing this and how to fix it. Help greatly appriciated!!:confused:
 
1. You might have some code that is attempting to assert a default value inappropriately.

2. The underlying fields might be attempting to assert a default value inappropriately.

3. The form might be asserting values in these dates based on values in non-date fields or other date fields.

Got to admit I've never seen a field that couldn't be updated until you clicked OK twice on the message box.

Look at the properties of the date controls AND of the underlying fields for those dates. See if they include something inappropriate or incompatible with each other.
 

Users who are viewing this thread

Back
Top Bottom