One thing you might do is to set the date during the Form_Load event.
Private Sub Form_Load()
DTPicker1.Value = Date
End Sub
This will set the value of the Date picker to the current date.
The code is executing. It seems too that this is an intermittent problem. Sometimes it stops, sometimes it doesn't.
When it's not working break points don't work anywhere.
I've inherited this database, and I think the previous administrators liked to play with add-ins some of which have left...
I'm working with Microsoft Access 2003.
I am working to debug a piece of code for a form, but when I set a break point it is ignored. The portion of the code that I've got the break point set at runs, and keeps going.
Any suggestions on what could cause this?
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.