Is there anyway to bring up a datasheet view from an ADO recordset? Mark
M Mark Olsen Jan 31, 2006 #1 Is there anyway to bring up a datasheet view from an ADO recordset? Mark
A Alex Dybenko Feb 1, 2006 #2 You can bind a from to ADO recordset (but not any type of recordset) like: set me.Recordset= rst check access help for more info
You can bind a from to ADO recordset (but not any type of recordset) like: set me.Recordset= rst check access help for more info