Hi all,
I looked through many posts on the forums for a solution to this problem, but I couldn't find any help.
I've created a mult-user database that serves as both a look-up tool and a way for them to submit new records.
Most of the records that are being submitted will get appended successfully, but there are some that are not getting appended. I know this because there's a separate table that's updated when the same 'Submit' button is clicked on the form, but the append query isn't working for some users. The users don't know there was an error though because I put in the 'Setwarnings false' code before it ran the action queries.
_________________________________________________
My questions:
1. Is Access capable of displaying an error message to the user (i.e. Record Not Saved!) when it doesn't append a record? And can it do this even without having to turn the warnings back on?
2. Is there a way for the actual error problem to be appended to a different table (which isn't having problems) so I can review it to make a determination of what's going on?
_________________________________________________
And just in case anyone wanted to know...I don't know how to write DAO. My coding is primarily written as "docmd.openquery" when it comes to performing action queries.
I'm not an Access guru as many on Tek-tips are. I love working with it and I figure out a lot of things on my own, but I'm stumped here.
I appreciate any examples or help anyone can give. If you have questions, I'll do my best to answer them.
I looked through many posts on the forums for a solution to this problem, but I couldn't find any help.
I've created a mult-user database that serves as both a look-up tool and a way for them to submit new records.
Most of the records that are being submitted will get appended successfully, but there are some that are not getting appended. I know this because there's a separate table that's updated when the same 'Submit' button is clicked on the form, but the append query isn't working for some users. The users don't know there was an error though because I put in the 'Setwarnings false' code before it ran the action queries.
_________________________________________________
My questions:
1. Is Access capable of displaying an error message to the user (i.e. Record Not Saved!) when it doesn't append a record? And can it do this even without having to turn the warnings back on?
2. Is there a way for the actual error problem to be appended to a different table (which isn't having problems) so I can review it to make a determination of what's going on?
_________________________________________________
And just in case anyone wanted to know...I don't know how to write DAO. My coding is primarily written as "docmd.openquery" when it comes to performing action queries.
I'm not an Access guru as many on Tek-tips are. I love working with it and I figure out a lot of things on my own, but I'm stumped here.
I appreciate any examples or help anyone can give. If you have questions, I'll do my best to answer them.