J
Joe Cletcher
I have a sub-form (datasheet view) with primary key that is not visible. The
record source for this subform is not updatable and records cannot be deleted
by selecting a record and using the "delete" key. I can delete the record
programmatically if I could figure out how to call the macro/subroutine
because I know the primary key of the record that has the focus (i.e.
me.MstPartEventID.value).
I have tried subroutine(s) for the "On Delete", "Before Del Confirm", "After
Del Confirm", and "On Key Press" events. However, none of these events seem
to fire.
I use the "double_click" and "single_click" events to open another form or
go to a hyperlink.
How can I implement a delete record action?
record source for this subform is not updatable and records cannot be deleted
by selecting a record and using the "delete" key. I can delete the record
programmatically if I could figure out how to call the macro/subroutine
because I know the primary key of the record that has the focus (i.e.
me.MstPartEventID.value).
I have tried subroutine(s) for the "On Delete", "Before Del Confirm", "After
Del Confirm", and "On Key Press" events. However, none of these events seem
to fire.
I use the "double_click" and "single_click" events to open another form or
go to a hyperlink.
How can I implement a delete record action?