amorosik
Member
- Local time
- Today, 18:56
- Joined
- Apr 18, 2020
- Messages
- 518
I have a continuous form, linked to the data in the db
In the form header section there are some textboxes, always connected to some fields of the db table indicated on RecordSource
The form initially starts with the property AllowEdit = false, to prevent involuntary modifications by the operator
I would like to use a checkbox, located in the Form Header section, to allow the operator to enable data editing and then to change AllowEdit from false to true
But since the form is already AllowEdit=false, it also prevents me from editing the checkbox, even if this is not linked to any field in the db
Question is: is there any way to allow the operator to modify the checkbox even if the form property AllowEdit=false ?
In the form header section there are some textboxes, always connected to some fields of the db table indicated on RecordSource
The form initially starts with the property AllowEdit = false, to prevent involuntary modifications by the operator
I would like to use a checkbox, located in the Form Header section, to allow the operator to enable data editing and then to change AllowEdit from false to true
But since the form is already AllowEdit=false, it also prevents me from editing the checkbox, even if this is not linked to any field in the db
Question is: is there any way to allow the operator to modify the checkbox even if the form property AllowEdit=false ?