Disabling Subform Controls

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

When I attempt to disable all of the controls in a
subform, I get an error message telling me that I can't
disable a control that still has focus. However, I can't
find a way to move the focus to another control on the
mainform in order to disable the subform control.

..GetFocus and GoToControl move the cursor to the proper
main form control, but I still get the same error message.

How can I disable all of the controls in my subform?

Thanks,

Ted
 
How can I disable all of the controls in my subform?

Try setting the "Locked" property of the subform control on the main form to
"Yes", instead.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top