Repeat Expression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a command which will cause a Macro to repeat based on the number of
records in a table?
 
Use an expression similar to this for the Repeat Count argument of the
RunMacro action:

=DCount("*", "NameOfYourTable")
 
Back
Top