I am opening a form and then want to make certain buttons visible and other buttons not visible.
I open the form and then run code to make these changes
This is example of some of the code:
Forms!myform.cmdprevious.Visible = Yes.
Forms!myform.cmdsave.Visible = No.
If i run the code above the cmdsave button will be made invisible but cmdprevious button will not be visible on the form.
Any idea?
Thanks in advance
I open the form and then run code to make these changes
This is example of some of the code:
Forms!myform.cmdprevious.Visible = Yes.
Forms!myform.cmdsave.Visible = No.
If i run the code above the cmdsave button will be made invisible but cmdprevious button will not be visible on the form.
Any idea?
Thanks in advance