It’s an access database that does use ODBC and I’m programming in vc++ and pulling information into the program with the m_pSet->. Normally you can get info from the database using that (which I’m able to do) and replace data using it followed by an UpdateData(FALSE)-(which on the radio buttons I cant seem to do). See, I have an access database, the radio button field is a ‘Number’ if I change the values in the access database, myself, the program will read the new value and check the correct radio button accordingly at run time, but I can’t seem to upload the information if I change it in the running program. It stays the same, I can update everything else, but that. I honestly do not know how to use ADO yet.
Thank you for your help,
Stephanie