DataGrid to a datasource

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?
 
M

Michael J. Strickland

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top