I can't delete a record from table. the record is only deleted from the form.

chouchou

New member
Local time
Today, 00:28
Joined
Jul 7, 2003
Messages
9
When I use a "delete" command button to delete a record in form, it works well. But this record is still in my table. How to delete record directly from table? Thanks
 
Thanks Pat, I have three tables using one to many. I just found i didn't set the "Recordset Type" to "Dynaset (Inconsistent Updates)". It works after changing it to "Dynaset (Inconsistent Updates)" from "Dynaset". Thank you very much.
 

Users who are viewing this thread

Back
Top Bottom