I am trying to get the first day of the month after the average of a group of dates. I am able to accurately get the Average Date. Then I use an unbound field to get the year by using Year([avgdate]) and get the month by Month([avgdate]) and those both work and I get the correct year and month.
However, when I use =DateSerial([AvgYear],[AvgMonth],1) it doesn't work.
For example, if I have an average date of 1/8/2025 in AvgYear I get 2025 and in AvgMonth I get 1. I try to use DateSerial to get 1/1/2025 so I can then just add 1 month but I get 12/1/1899