I feel like I'm overlooking something very simple. I have a subform on a form that I would like to completely disable in the sense that I would like it to behave as though I had set its Enabled property to False but I would like to not change its appearance.
I would like it to be completely unresponsive to mouse clicks, tab advance, etc. but appear as though it were enabled. Controls on the subform should not be able to receive focus. Is there a simple way to do this that doesn't involve convoluted
code? Thanks.
Maybe it's my screen or my eyes -- or my Access version (2010) -- but I don't see any difference in the appearance of a subform when its Enabled property is set to False. That said, have you tried setting Enabled = False and Locked = True? With
normal controls, that makes the control appear enabled even though it's actually disabled.
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html