Does an Access 2000 have a datagrid facility ?

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
 
D

Dirk Goldgar

Albert D. Kallal said:
You can use what we call a continues form:

Well, most of us call it a "continuous" form. ;-)

Sorry, Albert, I couldn't resist.
 
M

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
 

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