LaurieTuff said:
What is the difference between acCmdDelete and acCmdDeleteRecord ?
The difference is exactly 114 ;-)
Sorry, just couldn't resist.
I suppose that you are asing about the two RunCommand
actions. If so, acCmdDelete is is like hitting the Delete
key on the keyboard or more precisely the Delete menu item
on the Edit menu (deletes the currently selected text,
object, etc). OTOH, acCmdDeleteRecord is used to delete the
current record in a table/query datasheet (regardless if the
entire record is selected or not).