Link to home
Start Free TrialLog in
Avatar of SteveL13
SteveL13Flag for United States of America

asked on

How hide navigation buttons when open for for edit

I have a form which has a command button that when clicked opens a specific record on a 2nd form for edit purposes.  But when the 2nd form opens to the existing record I want the navigation buttons to NOT display.

Here is my onclick code for the button that opens the 2nd form.  What do I need to add to it to hide the navigations buttons when the 2nd form opens?

DoCmd.OpenForm "frmname", , , "[ID]=" & Me.cboSearch
ASKER CERTIFIED SOLUTION
Avatar of PatHartman
PatHartman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial