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 got some headway but still having problems. I just need a number of records per user between certain dates.
Here's what I got.
Design view has 2 columns,
Field =Collector
Table = Main
Total = Group By
Sort =
Show = checked
Field = Date
Table = Main
Total = Count
Sort =
Show = checked
The...
Thanks Dreamboat for the reply! However, the query I need should only have two columns:
User & Count (the number of records per user).
Since the column "Count" doesn't exist in a table, what do I do?
Aaron
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.