Does an Access 2000 have a datagrid facility ?

  • Thread starter Thread starter Mel P
  • Start date Start date
M

Mel P

I can use VB.net to import data from an access 2000 table
and display it on a datagrid using a dataadaptor etc.

I can also add a datagrid from the toolbox in Access 2000
under "additional controls" but I can't seem to get it to
work - i.e. connect via ADO to the tables.

Am I correct in thinking that the datagrid does not work
on an Access form - OR am I missing something.

Any words of wisdom welcome - thanks

Mel P
 
Hello

I tried what Cheryl suggested - I looked at the MS page and the ADO data control worked ok but the DataGrid does not appear to have a datasource property (not that I could find anyway!

Using the MS code produced a type mismatch error fo
Set DataGrid1.datasource = adoMyADODataControl

I tried this on my Access 2002 machine and this did not even contain the ADO data control and Datagrid controls - nor could they be added in the "references" panel. I do not have VB or VB.NET installed on this machine - so it seems to me that Access does not support these controls. Perhaps they only appear on my Access 2000 machine as I have VB.NET and Vb installed. I will stick to a "continues" or even a "continuous" (sorry) subform. Thanks for your inputs all

Mel
 
Back
Top