I'm running Visual Studio.Net 2003 and am currently attempting to convert my Access 2000 'adp' file which uses a SQL 2000 database . I have 2 panels of data displayed (2up) in Access as 2 separate subforms. With subforms I had the flexibility of defining each data fields size,background color,font ... etc.
It appears that subforms are not supported so I am using 2 datagrids. I'm hoping this is the way to go. In Access one of the borderstyle options was 'Raised'. How do I get this effect in a datagrid Column using tablestyles? Or, would this require special programming.