Click to See Complete Forum and Search --> : Getting two views to access one DaoRecordset


Mr. Rattles
August 18th, 1999, 08:27 PM
I have two views: a CDaoRecordView and a CTreeView. I also have one Document for my project which contains a CDaoRecordset object. How can I get both of my views (which need to always show the same record, only in their different view format) to read from that one recordset? The CDaoRecordView will also need to write to the database, but I don't think that matters here.

Thanks