Dougpeplow
Programmer
I'm developing a VB form with a data control, DBGrids, frame and tabstrip. I load data into an MSAcces DB and use the data control to 'populate' the DBgrids for display purposes. All goes well until the final stages when I make the 'dbgrids.visible = true' and show the form. I get the "Object doesn't support this property or method" as a message box, but on clicking 'OK' on the message box ,the form displays everything I expect. Cclicking the 'help' button doesn't identify which object is at fault. Any idea how I can debug this to get to the offending item please?