Gasman
Enthusiastic Amateur
- Local time
- Today, 08:57
- Joined
- Sep 21, 2011
- Messages
- 16,698
Hi all,
I have a simple split form that merely shows the data in a table.
All the fields have conditional formatting on them to disable the textbox controls if the last text control on the form is populated.
I also have a standard Close Form button, made with the wizard that uses a single line macro to close the form.
Strangely the button does not work when I am on a record with all the text controls disabled due to the test condition.?
I deleted the button and recreated it and it still behaves in the same way.
I have no code in the form's events, as it is a basic form for the table.
I have since discovered, that if I change the form to a single form the button works?:banghead:
I tried changing the button click event to code with DoCmd.Close and still behaves the same way?
Has anyone ever experienced this?
I have a simple split form that merely shows the data in a table.
All the fields have conditional formatting on them to disable the textbox controls if the last text control on the form is populated.
I also have a standard Close Form button, made with the wizard that uses a single line macro to close the form.
Strangely the button does not work when I am on a record with all the text controls disabled due to the test condition.?
I deleted the button and recreated it and it still behaves in the same way.
I have no code in the form's events, as it is a basic form for the table.
I have since discovered, that if I change the form to a single form the button works?:banghead:
I tried changing the button click event to code with DoCmd.Close and still behaves the same way?
Has anyone ever experienced this?
Last edited: