I have a bound control named StartDate on my form and on the OnLoad Event I am trying to use this code, it worked before of course the control was not bound then.
StartDate = DateAdd("yyyy", -1, Date)
In other words, the default date is a Year past the current date.
I can't do this? My Report does not work since it cant see an unbound field and now the form does not like it that it is , Sheeesh!
THIS CODE WORKED; =DateAdd("yyyy",-1,Date())
I added this to my table as well and the default value.