Sorry but I can't find any examples of how to forward the selected email via vba.
Can someone help?
I've got this so far:
Dim app As Object
Dim email As Outlook.MailItem
Set app = CreateObject("Outlook.application")
Set email = app.CreateItem(0)
Obviously 'email.forward' won't work as...
I've known Access for a long time but have never needed to create anything in it. I've tried to figure out how to create a query but I must be really dumb because I can't figure out what should be a simple query.
I basically need a query to show how many records were created during certain...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.