D
dgy
I've got a form that displays single records from a table (i.e. one at a
time). It has record selectors and navigation controls.
If I just open it directly in form view the keyboard navigation controls
like Page Down to go to the next record, work fine.
However when I open it in modal dialog mode (acDialog) from within code
using DoCmd.OpenForm then none of the keyboard commands for navigation work.
Clicking on the navigation arrows etc works but I have users who like the
option of using a keyboard. It really needs to be opened modally to suit the
system situation.
Is there a solution or work around to restore the keyboard navigation
interface?
TIA.
time). It has record selectors and navigation controls.
If I just open it directly in form view the keyboard navigation controls
like Page Down to go to the next record, work fine.
However when I open it in modal dialog mode (acDialog) from within code
using DoCmd.OpenForm then none of the keyboard commands for navigation work.
Clicking on the navigation arrows etc works but I have users who like the
option of using a keyboard. It really needs to be opened modally to suit the
system situation.
Is there a solution or work around to restore the keyboard navigation
interface?
TIA.