current record in new table Access 2007

R

Raas

I'm trying to automatically populate a new table. I get the following error
message:

Run-time error '3021': Either BOF or EOF is True, or the current record has
been deleted. Requested operation requires a current record.

I'm opening an ADO recordset and trying to populate from simply selecting
records in another file.

Help anyone?
 
Top