dz2k7
Not only User
- Local time
- Today, 06:16
- Joined
- Apr 19, 2007
- Messages
- 104
Hi everybody,
I've got a new under the gun challenge on Friday.
So I need your help again.
I have one table having data and one table structured the same way like the first one, but empty.
Using the VBA recordset i analize records of the first table.
I use VBA because the logic needs to analize not only the record where the recordset is on, but the previos record as well.
So when all conditions are fine and i know that the record is needed on the resulting table i need to append current line of the recordset to the second table.
Does anybody know the name of this recordset append method or whatever i should use?
Thanks.
I've got a new under the gun challenge on Friday.
So I need your help again.
I have one table having data and one table structured the same way like the first one, but empty.
Using the VBA recordset i analize records of the first table.
I use VBA because the logic needs to analize not only the record where the recordset is on, but the previos record as well.
So when all conditions are fine and i know that the record is needed on the resulting table i need to append current line of the recordset to the second table.
Does anybody know the name of this recordset append method or whatever i should use?
Thanks.