Recent content by Laura Mustto

  1. L

    Print form code: avoid error if print is cancelled

    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...
  2. L

    Print form code: avoid error if print is cancelled

    Yep, that solved the problem. Thanks.
  3. L

    Print form code: avoid error if print is cancelled

    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...
  4. L

    Re: Running queries with a custom message box in Access 2007

    Re: Running queries with a custom message box in Access 2007 interesting :P
  5. L

    Re: Running queries with a custom message box in Access 2007

    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?
  6. L

    Re: Running queries with a custom message box in Access 2007

    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...
  7. L

    Re: Running queries with a custom message box in Access 2007

    Re: Running queries with a custom message box in Access 2007 I been trying on my own but something doesn't work, please take a look at my code:
Back
Top Bottom