duplicate record (1 Viewer)

kitty77

Registered User.
Local time
Today, 11:33
Joined
May 27, 2019
Messages
693
I have a form that has a command button that duplicates the record. I use it for labels and things... I have to push the button the amount of times I need.

How can I make something ask me how many times to duplicate the record?

Thanks...
 

theDBguy

I’m here to help
Staff member
Local time
Today, 08:33
Joined
Oct 29, 2018
Messages
21,359
I suppose you could use a loop. In theory:


1. Prompt for a number of duplicates to make
2. Initialize a loop
3. Start at 1
4. Create the duplicate
5. Increment the loop and go back until done


Hope that helps...
 

Users who are viewing this thread

Top Bottom