Hi,
I have labels as my buttons and use the click event to carry out there navigation function.
As with normal buttons you can use the Me.buttonname.Enabled = False to disable it.
But I want to do something similar with my label.
I tried Me.labelname.OnClick = False but its looking for a macro. Obviously I could create a macro to carry out the function but I guess thats a messy way to do it.
Any help?
I have labels as my buttons and use the click event to carry out there navigation function.
As with normal buttons you can use the Me.buttonname.Enabled = False to disable it.
But I want to do something similar with my label.
I tried Me.labelname.OnClick = False but its looking for a macro. Obviously I could create a macro to carry out the function but I guess thats a messy way to do it.
Any help?