Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Last12Months = DateAdd ("yyyy", -1, #2006/09#) [red]OR[/red]
Last12Months = DateAdd ("m", -12, #2006/09#) [red]OR[/red]
Last12Months = DateAdd ("d", -365, #2006/09#) [red]OR[/red]
Last12Months = DateSerial (2006, 9, -364) [red]OR[/red]
Last12Months = DateSerial (2006, 9 - 12, 1) [red]OR[/red]
Last12Months = DateSerial (2006 - 1, 9, 1)
Format(Last12Months, "yyyymm")