| "Information on this record has been changed by another user, Please re-apply" |
I am getting the following message even though no other users have changed the record
"Information on this record has been changed by another user, Please re-apply"
|
| Show Answer |
This problem usually relates to a null value in a "bit" field. The Edit Dialog needs the database value to be non null.
To solve the problem make sure that a default (non-null) value is assigned at the database level and ensure that all current records have a non-null value assigned.Hide Answer |
|