I have a form bound to a table that has several fields on it. One of them is a number field, standard, 0 decimals. If the user enters a "2" in the field, and the user clicks a [Copy] command button, I want the current record to be copied 1 time. In other words, end up with two records with all of the data copied exactly except for one field. The field that can't be copied is a date field. For this field the logic it to make the one copy but advance the date by one day in the copied record, Saturday's, Sunday's, and holidays included.
If the user enters a "3" in the number field, I want the current record to be copied 2 times. In other words, end up with three records with all of the data copied exactly except for the date field. For this date field the logic it to make the two copies but advance the date by one day for each copy, Saturday's, Sunday's, and holidays included.
I sure hope I've explained this well.