- Local time
- Today, 23:10
- Joined
- Feb 19, 2013
- Messages
- 17,508
continuation of previous post seems to be a character limit
designView=not designView
6. in the code which opens the form you would have something like
docmd.openform "myform",designView * -6
So your client wants to edit the form, closes it, clicks cmdDesignView then the button/whatever to reopen the form.
you might want to include another line of code after your openform to reset designView to false
designView=not designView
6. in the code which opens the form you would have something like
docmd.openform "myform",designView * -6
So your client wants to edit the form, closes it, clicks cmdDesignView then the button/whatever to reopen the form.
you might want to include another line of code after your openform to reset designView to false