bwyrwitzke
Registered User.
- Local time
- Today, 07:42
- Joined
- Nov 11, 2002
- Messages
- 50
I'm sure this is an easy one, but I'm pulling out my hair trying to make it work.
BACKGROUND: I'm using Access 2000 and am opening a form through using a dialog box with 2 command buttons. One of the buttons opens a specific record (selected from a list), and the other cmd btn opens them all. The dialog box is "frmGoToModem" and the form I'm tryin to open is "frmModemSpecs."
GOAL: I'd like to hide the Navigation Buttons when "frmModemSpecs" is opened for a specific record, and make them visible when it's opened for all records.
I've tried using Forms!frmModemSpecs.NavigationButtons = False in conjunction with the cmd btn CLICK, but keep getting an error message that form 'frmModemSpecs' can't be found.
I know this is minor, but it's driving me crazy. Any help would be appreciated. Thanks.
Bruce
BACKGROUND: I'm using Access 2000 and am opening a form through using a dialog box with 2 command buttons. One of the buttons opens a specific record (selected from a list), and the other cmd btn opens them all. The dialog box is "frmGoToModem" and the form I'm tryin to open is "frmModemSpecs."
GOAL: I'd like to hide the Navigation Buttons when "frmModemSpecs" is opened for a specific record, and make them visible when it's opened for all records.
I've tried using Forms!frmModemSpecs.NavigationButtons = False in conjunction with the cmd btn CLICK, but keep getting an error message that form 'frmModemSpecs' can't be found.
I know this is minor, but it's driving me crazy. Any help would be appreciated. Thanks.
Bruce