Michele.
If you used a FlexGrid control you would lay out the data in the way
you have shown in your example, that is the point of this control, you
have complete flexibility over the layout.
You could merge the common fields so that your data would look
something like this:-
------------------------------------
| Screwdriver | Flat tip |
| |Phillips |
-----------------------------------
| | Ball Peen |
| Hammer | Claw |
| | Sledge |
------------------------------------
And yes, you would need to copy the Flex Grid control file
(MSFLXGRD.OCX) to each PC and register it. Not sure about the security
issues though, I assume that is a company policy.
The only other alternative that I can think of is to create a
temporary table, write some code to copy the relevant data into it and
then use a List Box control to show the data in the format you want.
Obviously you would not then be able to edit the data but perhaps you
don't need that facility.
Peter Hibbs.
I'll look into this - I'm having trouble figuring how the data is laid out
in the Flex Grid control though... I wish it was a little easier than
that.
Plus I would have to install the .dll on other people's machines - not
necessarily an option with secure PCs.
Thanks
Michele