For Next Loop Using Access Basic Function to Maintain a Counter

C

cap

The article for next loop
http://support.microsoft.com/kb/90815/en-us
is not working getting error and it does not work.
How can we use it to make it work.


Below is the example I found in
Macro Name Action
-------------------------
For_Next_Loop3 RunCode
RunMacro
Loop3 MsgBox
RunCode

For_Next_Loop3 Actions
--------------------------------------
RunCode
Function Name: =LoopCount(1)
RunMacro
MacroName: For_Next_Loops.Loop3
Repeat Expression: LoopCount(3)<=10

Loop3 Actions
 
Top