jasonatsmtc
Technical User
Hi,
What i am doing is filtering a table using certain specifications, i then want to take all of the records that meet these specs and delete them..
this is what I have for code right now, I dont get an error, but it does not delete anything from the database!
frmData.datRooms.Recordset.Delete
frmData.datRooms.Recordset.Filter = adFilterNone
MsgBox ("we have deleted your reservation!"
Thanks in advance!
Jason
What i am doing is filtering a table using certain specifications, i then want to take all of the records that meet these specs and delete them..
this is what I have for code right now, I dont get an error, but it does not delete anything from the database!
frmData.datRooms.Recordset.Delete
frmData.datRooms.Recordset.Filter = adFilterNone
MsgBox ("we have deleted your reservation!"

Thanks in advance!
Jason