- Local time
- Today, 16:37
- Joined
- Feb 19, 2002
- Messages
- 46,952
Open TWO recordsets rsIN and rsOUT
Read the rsIN as you are doing but inside the loop, instead of running a query, use
rsOut.AddNew
rsOut.Fld1 = Me.fld1
rsOut.Fld2 = Me.fld2
rsOut.Fld3 = Me.fld3
rsOut.Update
Read the rsIN as you are doing but inside the loop, instead of running a query, use
rsOut.AddNew
rsOut.Fld1 = Me.fld1
rsOut.Fld2 = Me.fld2
rsOut.Fld3 = Me.fld3
rsOut.Update