isladogs
MVP / VIP
- Local time
- Today, 17:44
- Joined
- Jan 14, 2017
- Messages
- 18,867
Should I understand that graphs on reports will be no longer working anymore on new versions of Access?
Modern charts do work on reports and since March 2025 (Current Channel) now have full VBA support . . . in A365 ONLY
Have a look at my article and example app at:

Programming Modern Chart Properties
This article demonstrates how to modify the properties of the various modern chart types using code. VBA support was added to the Beta Channel in version 2502 build 18514.20000 released on 17 Jan 2025. It will become available in other channels in the near future.

The modern charts code included will work in reports as well as forms but not all of it will work in A2021
However I've just noticed that you have uploaded an MDB file and the two charts are 'classic' not modern which is why you got the error.
Convert to ACCDB and use a modern chart instead