Can't disable a button

  • Thread starter Thread starter DDBeards
  • Start date Start date
D

DDBeards

I have a form frm_notes with two sub forms: sfrm_noteAdd and sfrm_noteList.
The sfrm_noteList displays all the notes ever added to the project. The
problem is that frm_noteAdd has a save button the user clicks when done
entering a note. The new note is saved and the sfrm_noteList is updated
great and the new note goes to the last record ready for another new note.
The problem is that the save button remains enabled. I want the add button
to become enabled after being clicked.

I have tried setting focus to other buttons on both the master form and to
both sub forms prior to setting the button enabled to false and nothing I
have tried helps. andy suggestions please.
 
Back
Top