DataGrid to a datasource

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have an Access 2003 application that's come my way. It is getting an
error. It was written in a previous version of Access, and on the form has a
bound datagrid. In the code, an ADO data set is bound to the grid via the
..Datasource property. Now when it tries to do this I get an "Object doesn't
support this property or method error." How do I programmatically assign a
datasource to a grid on an Access form?
 
Might be a problem with references. I think the default for Access 2003
is ADO whereas the default for Access 2007 went back to DAO.
 
Back
Top