A
Andy Smith
I'm having a problem with the Find form in Access XP SP2.
If I open one of my forms from the database window by double clicking
on it and then do Ctrl-F, the find form functions as expected.
If I open the same form in code using
DoCmd.OpenForm "FormName", acNormal, , , ,acWindowNormal
then do Ctrl-F, I can only use the keyboard, when I try and click on
controls with the mouse nothing happens. I can click back to the
original form but cannot get focus back to the find form.
Can anyone shed any light on what is going on.
Thanks
Andy
If I open one of my forms from the database window by double clicking
on it and then do Ctrl-F, the find form functions as expected.
If I open the same form in code using
DoCmd.OpenForm "FormName", acNormal, , , ,acWindowNormal
then do Ctrl-F, I can only use the keyboard, when I try and click on
controls with the mouse nothing happens. I can click back to the
original form but cannot get focus back to the find form.
Can anyone shed any light on what is going on.
Thanks
Andy