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)