Is it possible to use the Hierarchical FlexGrid with DAO. The help files are geared up to ADO, but also refer to the Data control, which I can't get it to work with using DAO. Any suggestions or clues?
Printable View
Is it possible to use the Hierarchical FlexGrid with DAO. The help files are geared up to ADO, but also refer to the Data control, which I can't get it to work with using DAO. Any suggestions or clues?
Why would you need MSHFlexGrid? DAO is not capable of creating hierarchical recordsets anyway, so you can't take advantage of that using Hierarchical Grid. If you're using DAO, then you can use a regular MSFlexGrid or DBGrid.
I misunderstood what a hierarchical recordset is. This, combined with not reading the help screens properly, ensured that I was on a loser!!!
Thanks anyway!