Me again :p
I didn't want to make a new thread for the following question, it's a existential doubt:
What's the difference between the following codes, if they do the same? Thanks!
Dim strDocName As String strDocName = "frmPrint" DoCmd.OpenForm strDocName, acNormal...
Hello again guys, this must be a very newbie question but I managed to make this code to print a record in a new form, at the current record. I'm proud because it worked! But there's a little problem, if you finally don't print (click 'cancel') it returns an error. How to avoid it?
Dim...
Re: Running queries with a custom message box in Access 2007
Oh and one last question (out of curiosity) I understand the "Setwarnings False" (it turns action query messages off) but what's the point of the "setwarnings true" that comes afterwards?
Re: Running queries with a custom message box in Access 2007
Hi guys, I messed up with the thread, my original post was completely different.
But it was basically about this code, trying and retrying I could fixed it myself, but the one you guys propose here looks simpler so I'll probably...