Adam McReynolds
Registered User.
- Local time
- Today, 04:51
- Joined
- Aug 6, 2012
- Messages
- 129
I have a field [record_num] in a table [tbl_batt_id] that can have duplicate record numbers in the table any number of times as a forgien key of sorts. So I would have a group of say 4 records with this same[record_num] in them and would like to duplicate the records but with a new[record_num] that is on my form.
I know I can find these records with Dlookup but I am not sure how to grab the whole group and SQL Insert them into the table with the new [record_num]. Long story short, I know how to do this with a single fixed record but not a variable multiple set. Any suggestions or solutions?
I know I can find these records with Dlookup but I am not sure how to grab the whole group and SQL Insert them into the table with the new [record_num]. Long story short, I know how to do this with a single fixed record but not a variable multiple set. Any suggestions or solutions?