M
MBoozer
Can someone please provde me with the right syntax on the following code. I
am trying to visible.NotVisible a subform(MSDSDocsTabUserSearch) on a
subform(Suppliers) on my main form(UserSearch). Code on the main form
(UserSearch) oncurrent property is as follows:
Forms!UserSearch.Form.Suppliers.MSDSDocsUserSearch.Visible =
(Forms!UserSearch.Form.Suppliers.MSDSDocsUserSearch.Form.RecordsetClone.RecordCount > 0)
Thanks!
am trying to visible.NotVisible a subform(MSDSDocsTabUserSearch) on a
subform(Suppliers) on my main form(UserSearch). Code on the main form
(UserSearch) oncurrent property is as follows:
Forms!UserSearch.Form.Suppliers.MSDSDocsUserSearch.Visible =
(Forms!UserSearch.Form.Suppliers.MSDSDocsUserSearch.Form.RecordsetClone.RecordCount > 0)
Thanks!