G
Guest
I want to develop a procedure/macro that I can attach to a single command
button that will automatically create records based on the active record. I
have two fields, CardCnt1 (value of 1) and CardCnt2 (value of 3), that
represents "1 of 3". The first number, CardCnt1, says that this is the first
instance, while the second number, CardCnt2, states the total number of
instances is 3. Each record in the set will be exactly alike except for the
CardCnt1 value, which will increment until it matches the CardCnt2 value.
Basically I want to create the first record completely including the "1 of
3", click the Submit button, and have the database create the other two
records "2 of 3" and "3 of 3". How on earth can this be done?
floprock
button that will automatically create records based on the active record. I
have two fields, CardCnt1 (value of 1) and CardCnt2 (value of 3), that
represents "1 of 3". The first number, CardCnt1, says that this is the first
instance, while the second number, CardCnt2, states the total number of
instances is 3. Each record in the set will be exactly alike except for the
CardCnt1 value, which will increment until it matches the CardCnt2 value.
Basically I want to create the first record completely including the "1 of
3", click the Submit button, and have the database create the other two
records "2 of 3" and "3 of 3". How on earth can this be done?
floprock