Toolbar - Generic Button

B

Beatrix J B

Hi .. instead of putting similar buttons on a form and do it again and again
.... I thought of just making or adding a button that would work for all
forms... it works fine with add ....delete ... move next record etc....

Problem is i want to add a button that would make the form in edit mode?? My
form is set currently to uneditable mode ..... How do i add a button for
this in the toolbar?

Thanks.
 
J

jahoobob via AccessMonster.com

Place this code in the On Click property of the button:
Forms!nameof form.AllowEdits = Yes
 

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

Top