Hi,
I have 2 tables:
1. 'List of Users' - currently 30 app users our of 50 who should be considered in the daily email
2. 'Main List' - List with user name, date, category (A or B), project number
1 and 2 has the same values in "user name" column, so i would like to get this connected for later (I assume it will be needed).
Every weekday the email report should be created with 30 small tables (for each user from list 1, even if no records today) to see what each person did. So, it should be like:
Hi mr manager, its your daily report:
User 1:
<table with category, project number, date>
User 2:
<table with category, project number, date>
User 3:
<table with category, project number, date>
etc.
How this can be achieved?