Buttons not working

J

John Ortt

Has anyone ever encountered an instance when you couldn't press certain
buttons on an Access form?

I am able to use some buttons without a problem but a button in the footer
refuses to work, it won't even depress!

Does anyone have any idea what could be causing this?

Thanks in advence,

John
 
A

Allen Browne

Button's Enabled property set to No?

Events of the active control won't let the focus out?

Some other process still running?

Form in wrong view (e.g. Filter By Form)?


Echo turned off?
 
J

John Ortt

Thanks for the suggestions Allen,
Button's Enabled property set to No?

Nope, I've checked this one...
Events of the active control won't let the focus out?

Never thought of that but I'll have a look now
Some other process still running?

Can't think of anything but as above I'll have a look
Form in wrong view (e.g. Filter By Form)?

90% sure this is not the case but I'll check
Echo turned off?

Good point, will check now...
 
Top