CRecordView Instances
I'm trying to make a multiple dialog application with several dialogs that need to interact with an MS Access database. I have several classes derived from CRecordView and dialogs associated with them, but I cannot actually create an instance of any of these classes in order to actually USE these dialogs in the application. Whenever I try, it tells me that the constructor is a protected member of the class and cannot be accessed.
Can anyone help me?
PS (I'm trying to put them on Tabs, so help with that would also be welcome)

