DAORECORDSET NEW_DAO_RECORDSET;
NEW_DAO_RECORDSET.Open(AFX_DAO_USE_DEFAULT_TYPE, "", 0);

this is to add the record into the dialog using the DOA
if i wan to add ODBC record, what command should i change.