Hi I am writing a program that works like an address book and have had no problems up until figuring out how I would add records to the recordset. I have the program now so I can update all records and what not but other than that I'm kinda stuck.
The program is in SDI format and consists of the standard Doc, App, AboutDlg, and MainFrame classes, but it also has 4 others for the 2 parts of the database: CHomeSet, CHomeView, CPersonalSet, CHomeView.
I'm trying to make the program so at the click of a button it can go to a seperate dialog that has all the fields necessary for adding the record. I have a book that gives a few examples but the way that it works is different then the way I have created my program.
If anyone has any suggestions for me please help if you can.
Thanks in Advance guys
Tim,
Currently Studying in High School
The program is in SDI format and consists of the standard Doc, App, AboutDlg, and MainFrame classes, but it also has 4 others for the 2 parts of the database: CHomeSet, CHomeView, CPersonalSet, CHomeView.
I'm trying to make the program so at the click of a button it can go to a seperate dialog that has all the fields necessary for adding the record. I have a book that gives a few examples but the way that it works is different then the way I have created my program.
If anyone has any suggestions for me please help if you can.
Thanks in Advance guys
Tim,
Currently Studying in High School