Clownfish1980m
Clownfish8182m
- Local time
- Today, 03:31
- Joined
- Sep 18, 2009
- Messages
- 40
I have a database where organizations can enter issues they are having problems with. On that form I have a OnClick button that runs a Macro to send me a report via email. The problem is, if multiple sites enter issues, I will get the first issue in an email message, then a new issue with the previous one in an email and so on. This can get very long. I have a query that weeds out anything except for what is today's issues using Between Date() and Date()+1. I would like to eliminate that and only get emails with only one report each. Will this code do that?