R
Rob Rutherford
In Access 2002, is there a way of using an ADO recordset as a form's record source?
If not, and I base my form on a local table, is there a quick way of populating the table using the ADO recordset by using a single
statement (SQL, GetRows or whatever) rather than looping through each record?
If not, and I base my form on a local table, is there a quick way of populating the table using the ADO recordset by using a single
statement (SQL, GetRows or whatever) rather than looping through each record?