Johnny Redneck
New member
- Local time
- Tomorrow, 00:46
- Joined
- Apr 28, 2009
- Messages
- 8
Hi,
I'm trying to replace all access error messages with my own custom ones. I'm stuck in one area only and would appreciate any help. In the runtime, I want to allow users to select records using the far left "record selection" column of a dataSheet and permit deletion via the keyboard "Delete" key just as you would in full Access.
I have setup custom "Do you want to continue..." etc. but if one or more of the records cannot be deleted because of referential rules, I can't seem to figure out how to catch the error associated with this scenaio. So I either get the standard Access message ("This record cannot be deleted or changed because...") or suppress it and have nothing to show.
Thanks in advance
I'm trying to replace all access error messages with my own custom ones. I'm stuck in one area only and would appreciate any help. In the runtime, I want to allow users to select records using the far left "record selection" column of a dataSheet and permit deletion via the keyboard "Delete" key just as you would in full Access.
I have setup custom "Do you want to continue..." etc. but if one or more of the records cannot be deleted because of referential rules, I can't seem to figure out how to catch the error associated with this scenaio. So I either get the standard Access message ("This record cannot be deleted or changed because...") or suppress it and have nothing to show.
Thanks in advance