WildHare
Thanks for the help! However, when i click on the delete button nothing happens. it goes through the prcocess and displays my pop up msg but the record is not actually deleted from the table.
The following is the del qruery sql code:
DELETE tbl_Cadet.SSN, tbl_Cadet.*, tbl_ROTC.*
FROM tbl_Cadet
WHERE (((tbl_Cadet.SSN)=Forms!frm_CDTDel!cmbo_Cadet![columns(2)]));
tbl_Cadet contains personal info like; social security, name, Date of Birth
tbl_ROTC contains info for different years they were in the program.
it is a one to many relationship with tbl_ROTC on the many side
Thanks