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