Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jon438

    M. Date and Time Picker Control 6.0 in access. help please

    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.
  2. jon438

    VBA Breakpoints Not functioning

    Thanks orna! That took care of it!
  3. jon438

    VBA Breakpoints Not functioning

    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...
  4. jon438

    VBA Breakpoints Not functioning

    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?

Part and Inventory Search

Back
Top