R
redsanders
Reviewed earlier post on problems of setting the Visible property in Access
2003, and followed directions in MS Knowledge base article 841916 in creating
a module, and then running via a macro. But I still can't set the Visible
property of the Navigation buttons on my "VisitsFrm". Staying as close to
the directions as possible, created the module and named it "SetVisible".
Then had a Macro Action to RunCode. I have the following in the Function
Name box, but I get a "Type Mismatch" error message when it is run.
SetVisible(Forms!VisitsFrm.NavigationButtons, True)
2003, and followed directions in MS Knowledge base article 841916 in creating
a module, and then running via a macro. But I still can't set the Visible
property of the Navigation buttons on my "VisitsFrm". Staying as close to
the directions as possible, created the module and named it "SetVisible".
Then had a Macro Action to RunCode. I have the following in the Function
Name box, but I get a "Type Mismatch" error message when it is run.
SetVisible(Forms!VisitsFrm.NavigationButtons, True)