Data grid

  • Thread starter Thread starter news.virginmedia.com
  • Start date Start date
N

news.virginmedia.com

Does anyone know of a data grid control that I can use with Access 2003. I
want to add sorting and grouping functionality to my forms.
Alec
 
yes, you should just use the built-in forms and reports
they have a datasheet view that works fine without any extra controls
 
That is what I do but if you compare the functionality, ease of use and
appearance with a proper data grid e.g. Dexperience for .net, then you will
see that doing it with access forms and queries is very crude. I was hoping
to give my forms a better user experience.
Alex

message
yes, you should just use the built-in forms and reports
they have a datasheet view that works fine without any extra controls
 
If you really want a data grid format on your form you could use a
Flex Grid control but it would require a considerable amount of VBA
code to make it work. Have a look at my Flex Grid demo program for
some ideas. Go to
http://www.rogersaccesslibrary.com/OtherLibraries.asp, you will find
it there under Hibbs PeterS.

HTH

Peter Hibbs.
 
yah sorry.. I think that OWC beats the pants off of any datagrid that
I've had the pleasure to work with

I just wish that MS would make them opensource!
 

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

Back
Top