LarryE
Active member
- Local time
- Today, 16:53
- Joined
- Aug 18, 2021
- Messages
- 807
What happens if a user enters and saves wrong information into your tables? Do you just let it go forever with no way of correcting it? I am a little surprised no one has told you this is a really really bad idea. That said, you might need to open the form in design mode first, then change the Allow Edits property with code, save the form and then re-open it.
Also, if you change the forms Allow Edits property to No, no one can add new records to any subform(s), if they exit, because subforms are controls and no control can be changed.
For the record, this is a bad idea.
Also, if you change the forms Allow Edits property to No, no one can add new records to any subform(s), if they exit, because subforms are controls and no control can be changed.
For the record, this is a bad idea.