J
Jan
Does anyone know how to access with code the menu
properties that one can manually set from the menu bar?
Specifically I want to Delete the current record in my
form after I have entered some info from it into an
EventLog table. I confirm the deletion with a MsgBox, then
want to Delete the record without the user being prompted
again to Confirm the deletion of the record.
So I think I want to using code turn off the;
Tools > Options > Edit/Find > Confirm Record Changes
Property and then after I have run the code;
DoCmd.RunCommand acCmdDeleteRecord
then I would turn the Confirm Record Changes property back
on.
Any ideas how to do this?
Jan
properties that one can manually set from the menu bar?
Specifically I want to Delete the current record in my
form after I have entered some info from it into an
EventLog table. I confirm the deletion with a MsgBox, then
want to Delete the record without the user being prompted
again to Confirm the deletion of the record.
So I think I want to using code turn off the;
Tools > Options > Edit/Find > Confirm Record Changes
Property and then after I have run the code;
DoCmd.RunCommand acCmdDeleteRecord
then I would turn the Confirm Record Changes property back
on.
Any ideas how to do this?
Jan