M
Mota
Hi;
For some reasons i have to enable DB window for my users and so all tables
in mde file are accessible.I have just one table named [MonthlyHistoryTBL]
that deleting its rows is very important for me.The AllowDeletion property
of its bound form is set to No but the table itself has not such a
property.Therefor a user can simply delete a row,and hide this from me.
Is there a way to find out if a user has deleted a row directly from a
table,or prevent it?
Thank you in advance for your help.
For some reasons i have to enable DB window for my users and so all tables
in mde file are accessible.I have just one table named [MonthlyHistoryTBL]
that deleting its rows is very important for me.The AllowDeletion property
of its bound form is set to No but the table itself has not such a
property.Therefor a user can simply delete a row,and hide this from me.
Is there a way to find out if a user has deleted a row directly from a
table,or prevent it?
Thank you in advance for your help.