Form / button / macro

Dick7Access

Dick S
Local time
Today, 15:28
Joined
Jun 9, 2009
Messages
4,325
Access 2003
I have a form, (menu items only) that has a button / Macro that opens another form and filters the new form. When I return to the menu form that button is greyed out. Any suggestions.
 
Last edited by a moderator:
Re: Form / button / marco

Yo Dick,

Possible reasons:

1. The on click event is setting the button.enabled = false
2. THere is an event which occurs when the other form is opened that makes .enabled = false.

Go to design view and click View \ Code at the top. Then click Ctrl+f and search all modules for ".enabled". You should be able to work it out from there.

Regards,
Spent
 

Users who are viewing this thread

Back
Top Bottom