I have had some problems getting the special effects to work on sunken. I found this on Google and thought I would pass it on. After you unclick you need to go into form design and reset you special effects to Sunken
Fix:
Tools, Options, Forms and Reports, uncheck 'Use Windows Themed Controls
I am not real experienced with 2007 at this point. I am double clicking an email text box to open up Outlook. The code does everything I want it to do except when I send the email and close Outlook I am finding out that it doesn't really close Outlook. After returning to my form everything is...
If you would have a field named Update, put the following code in the form on dirty property.
Private Sub Form_Dirty(Cancel As Integer)
Me!Updated = Date
End Sub
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.