dannydanny
IS-IT--Management
Hi,
I have a continous form with many records. I can create a macro to page down whenever a button is clicked, but I would like to write the VBA code equivalent of the Page Down macro. Could anyone please give me some tips?
After I created the Macro, I tried: DoCmd.RunMacro (PageDown), where PageDown was the name of my macro, but the compiler didn`t recognise that PageDown was the name of a macro......("err: var. is undefined"
Any help much appreciated,
Danny.
I have a continous form with many records. I can create a macro to page down whenever a button is clicked, but I would like to write the VBA code equivalent of the Page Down macro. Could anyone please give me some tips?
After I created the Macro, I tried: DoCmd.RunMacro (PageDown), where PageDown was the name of my macro, but the compiler didn`t recognise that PageDown was the name of a macro......("err: var. is undefined"
Any help much appreciated,
Danny.