hi
Do I need to set any references to use the DateAdd function?
I'm trying to use the following code which i cant see anything wrong with
PrevDate = DateAdd(m, 6, Me.txtDate)
however i'm receiving an error stating that 'm' is a variable not defined.
I've started using a new pc and wondered if it was something to do with references set on this machine.
Thanks
Lou
Do I need to set any references to use the DateAdd function?
I'm trying to use the following code which i cant see anything wrong with
PrevDate = DateAdd(m, 6, Me.txtDate)
however i'm receiving an error stating that 'm' is a variable not defined.
I've started using a new pc and wondered if it was something to do with references set on this machine.
Thanks
Lou