This is a shot in the dark...
Is there to way to make a field on a form non-updatable. I have a field bound to a table which I do not want to change on old records, but i would like to be able to use the field to create a new record and be able to type in.
This leaves out locking the field.
The reason being. i use the field to create a new record from an old record so that the user can copy the old record by only changing one field. This works fine. The issue i'm having is...the field can't be updated. If the user accidentally tabs out of the field, this isn't good.
I hope someone can understand this. Thanks
Is there to way to make a field on a form non-updatable. I have a field bound to a table which I do not want to change on old records, but i would like to be able to use the field to create a new record and be able to type in.
This leaves out locking the field.
The reason being. i use the field to create a new record from an old record so that the user can copy the old record by only changing one field. This works fine. The issue i'm having is...the field can't be updated. If the user accidentally tabs out of the field, this isn't good.
I hope someone can understand this. Thanks