I have a database that is back-flow testing. The main table is customer information. A linked table is Device Information, each had customer id. and the Device Information had its primary key set to Device #. That is because a customer can have more than one back-flow device. To the back-flow device table is linked an additional table Test Data via the device #
This is the problem....There are up to four different type of devices...and although they have many fields in common they each have a few that are unique.
I have designed a form called Back-flow Test Report. The parent form has the customer information. The sub form has the device information. I designed four different Test data subsubforms to go on the device information sub-form. My intent was to make the sub-sub-forms invisible and by clicking on a button labeled with the device type, the right correct test data sub-form beneath the device information would become visible. I have read many articles, questions and answers on this, however no matter what I try it still does not work.
I understand that when you are in the design mode of the form you should be able to click on the sub-form (Outline in yellow) so that you are in the subform control name. But mine seemed to be named the same as the actual sub-form. I understand the code should be
me![DCVA Test Data].visible=True
At least that is what several sites said. I would truly appreciate some help.
I have done a work around but it is clumsy and ugly
Thank you