would like to use this code but although I have ticked the boxes under Tools and References, I get an error when compiling saying "user defined type not defined [fso As FileSystemObject]
How do I declare a reference to the Outlook library, and the filesystemobject apart from ticking the...
Don't disable the button using it's right click enabled property, make sure it is enabled. Instead on the FORM Open event, put an Event procedure:
Private Sub Form_Open(Cancel As Integer)
Me.button1.enabled = false
End Sub
Then using the ON CLICK event for the second button put in another...
I have a form with a filter & remove filter button on it (linked to a query). Even though the On open property of the form & close button on the form are programmed to show all records which it does correctly, the Filter secion of the FORM properties keeps building up as below:
((((((([Report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.