I am trying to build a little application for my project in the college. it has three Dialogs (forms) and three tables, the databse is access and the connection would be ODBC. I have no problem building the application shell and retrieving data from the first table, that is piece of cake.
The problem start when i have to run or call the other two Dialogs; I don't know how to do it, I don't even know if i am creating them correctly. what i do i create another class type CRecordset and connect the other table, after that i create another dialog base on an existant class wich is the record set. then put all the controls on it and apparently it's just fine but i am not able to run it because I do not know how to do so
any help?
The problem start when i have to run or call the other two Dialogs; I don't know how to do it, I don't even know if i am creating them correctly. what i do i create another class type CRecordset and connect the other table, after that i create another dialog base on an existant class wich is the record set. then put all the controls on it and apparently it's just fine but i am not able to run it because I do not know how to do so
any help?