Recent content by jhitchzurp7

  1. J

    CDO message with signature

    I'm emailing out of my DB thru Gmail and need to have the signature, setup in Gmail, populate on all outgoing emails. Any ideas? I tried .Signed=True but I don't think this is what I need
  2. J

    Custom MsgBox to display rows appended

    I added this on the Navigation form load event and it comes back with Run-time error 3061. What am I doing wrong?
  3. J

    Custom MsgBox to display rows appended

    I have some buttons in my db which run various append and update queries and I would like to have some custom Msgboxes display the number of rows updated/appended each time they are run. Any ideas? I believe I need to use dcount("*","NameOfQuery") before the query is ran, then call that number...
Back
Top Bottom