D
Dale Fye
I have a bunch of similiar subforms that I use as the sourceobject for a
subform on a tab control. The user clicks a tab and the subforms source
object changes to the appropriate subform. This work great.
I want to create a custom shortcut menu that will work for all of these
subforms that will spellcheck the current control, and will provide a quick
method for deleting the selected record. The spell check routine works
great, but I'm having problems with the delete record portion.
I've tried using the DeleteRecord item that comes in the Records category of
the customize toolbars dialog box. That works great, but pops up a warning
message, which I want to bypass.
Since I want this one function to work with various subforms, all of which
are using different tables, I'm not sure how to deal with this. Any ideas
would be greatly appreciated.
subform on a tab control. The user clicks a tab and the subforms source
object changes to the appropriate subform. This work great.
I want to create a custom shortcut menu that will work for all of these
subforms that will spellcheck the current control, and will provide a quick
method for deleting the selected record. The spell check routine works
great, but I'm having problems with the delete record portion.
I've tried using the DeleteRecord item that comes in the Records category of
the customize toolbars dialog box. That works great, but pops up a warning
message, which I want to bypass.
Since I want this one function to work with various subforms, all of which
are using different tables, I'm not sure how to deal with this. Any ideas
would be greatly appreciated.