Quote Originally Posted by GCDEF View Post
That's what I said in the first reply.
Well, CFormView is more of a problem than a solution. I tried using it at first and it has a ton of problems. Memo fields are limited to the amount of text they can pass unless you go in and hack the code.

CFormView doesn't work in dialog boxes, so if you want to edit a Database in a dialog box your out of luck. When you want to work with more than One Table or Database in a form/dialog box, CFormView is even more of a hassle.


I'm talking about using CRecordSet, CDaoRecordset or ado in a diaog box with sql access methods.

CFormview is ok if you just want to work with One Table of a database, and even then it's very limited.