access: module with for/next loop

J

Joshua

I've created a userform called "user form 1" for now that allows the user to
input the number of records they'd like from a query table called "test".
(the database will be used for customer mailings.) I need to generate code
that: Pulls the numerical value from the userform and moves ( cut and paste)
that number of records to a new table or query table. ( In excel you would
use a For/Next loop)

Thank you for your help.
 
Top