Hi Liz,
Not sure I can but as I understand it you want to show the contents of
a table but only one field and, as you say, showing one field in a
Continuous type form is not convenient. So you want to use the Flex
Grid control to show the field data in multiple columns.
Have you looked at my demo program at :-
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='Flex%20Grid%20D
emo.mdb'
which actually shows an example of this. Also, are you trying to enter
data directly into the Flex Grid cells, if so there is some code to do
that as well in the demo program.
Obviously, populating a grid with that much data is going to be slower
than a conventional form but there may be ways of speeding things up
once you get it working.
Sorry I can't be of more help.
Peter Hibbs.
>Hi Peter
>
[quoted text clipped - 14 lines]
>
>hope this makes a bit more sense and that you can suggest something.
liz - 25 Oct 2007 20:25 GMT
hi peter
thanks - it appears to be exactly what i needed.
i think that the flexigrid that is currently in place is not used in the
most inefficent way.
thank you for your help
liz
> Hi Liz,
>
[quoted text clipped - 35 lines]
> >
> >hope this makes a bit more sense and that you can suggest something.