Hi All,
I need some help. I have a main form with a single subform. I want to enable / disable (and make invisible) that subform using a check-box on the main form.
That I can do - Using the Current category on the MainForm and the AfterUpdate category on the Check-box.
My problem is, that as soon as you navigate around the records, it screws it up.
What I actually want is for the Database to check if the checkbox is checked or "Yes" and based on that result enable / disable the subform (thus getting around the problem when navigating through the records). The checkbox is automatically set to No.
Any thoughts?
Thanks
Rowan
I need some help. I have a main form with a single subform. I want to enable / disable (and make invisible) that subform using a check-box on the main form.
That I can do - Using the Current category on the MainForm and the AfterUpdate category on the Check-box.
My problem is, that as soon as you navigate around the records, it screws it up.
What I actually want is for the Database to check if the checkbox is checked or "Yes" and based on that result enable / disable the subform (thus getting around the problem when navigating through the records). The checkbox is automatically set to No.
Any thoughts?
Thanks
Rowan