Hi everyone,
attached is an extremely simplified version of the database that I’m currently using to track employees’ forecasts.
In the table there are fields called plans_week1-2-3 etc which refer to weeks (the data are hours).
In the report, I created a formula to convert the plans_week1-2-3 etc to the real weekending dates. All good if I need to run a report by week but problem is that I would now need to show months instead of weeks and sum the weekly data for each specific month.
I can’t just sum the first 4 weeks + 4 more + etc because this trick wouldn’t even work if I run the report in the first week of the month (not all months have 4 weeks).
I can easily do this in excel but I would really need some help to achieve so with an access’s report (preferably without VBA).
Thankyou so much in advance to the kind soul that can help me with this!