PDA

Click to See Complete Forum and Search --> : copy recordset(simple Q)


xstopx81
Aug 14th, 2000, 04:16 PM
how do i copy recordset?

parksie
Aug 14th, 2000, 04:51 PM
What do you mean? Copy it to a new table? In that case just loop through all the items and use an INSERT query.

Clunietp
Aug 14th, 2000, 10:56 PM
look into the Clone method