Is there a way to get a query to run 10 time. I would like a button
that will run a query 10 times.
It would take a long time to expalin y i need to run it 10 times but
there is a reason
Thanks
storrboy - 16 Mar 2007 18:23 GMT
Use a For..Next loop or a form timer and the DoCmd.RunSQL method.