B
BigHughie
I'll confess that I havent exactly tried everything I know on this issue yet,
but deadlines mean I could do with some help quickly.
I have written a large applicatoion in Access Xp (circa 150 tables , 200
forms etc) and all is going very well. I am a very experienced Access
developer and i only have 4 unresolved issues. This is number 3
I have a main and sub form, and want to be able to allow the user to delete
either all or just the Highlighted records shown in the sub datasheet by
pressing the delete key. Before deleting I want to ask the user if they want
to delete the records, and if yes then remove the related records from the
subform.
What I dont want is for Access to ask the question repeatedly for every
record selected. If I put the confirmation question in the on delete event,
that is what happens.
I confess never being able to remember when to use before / after del
confirm / on_delete, and thought that I'd dealt with this ages ago. But
apparently not. Any help would be much appreciated
but deadlines mean I could do with some help quickly.
I have written a large applicatoion in Access Xp (circa 150 tables , 200
forms etc) and all is going very well. I am a very experienced Access
developer and i only have 4 unresolved issues. This is number 3
I have a main and sub form, and want to be able to allow the user to delete
either all or just the Highlighted records shown in the sub datasheet by
pressing the delete key. Before deleting I want to ask the user if they want
to delete the records, and if yes then remove the related records from the
subform.
What I dont want is for Access to ask the question repeatedly for every
record selected. If I put the confirmation question in the on delete event,
that is what happens.
I confess never being able to remember when to use before / after del
confirm / on_delete, and thought that I'd dealt with this ages ago. But
apparently not. Any help would be much appreciated