now it says ambigious name Command_19Click as well as I had it set to pen the form on load and now instead i get that same error as well when i open the database
I can not figure out what I am doing wrong. I keep getting the same outcomes, either the ambigious error or the expected sub error or absolutely nothing happening at all. Any ideas what I could be doing wrong? Am I able to attach and you could take a look?
Ambigious error means you have entered something twice. Expected Sub means you forgot the End Sub line. So, please copy everything you have behing the Form that has the button and post it here. And, please everything, not just the section that has to with the button.
I really appreciate your help but when I try to make the changes in my database I am having much difficulty.
I do not have "SendeMail" as an action. I only get declarations for General. You have the code in General then SendeMail and I only seem to be able to put it in cmdSendeMail and Click. I am assuming you removed the module since I can not see it? Is it safe just to delete my form and import yours? Is all my code for other buttons still in there?
The *SendeMail* is not a Macro, it's code and I added it behind a behind a button on the Form. So look at the button and the Event Procedure. The *other code* did nothing so I removed, you're using embedded macros so I *think* it's safe to just use mine.