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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top