Hi I'm new to these forums and not the greatest on Access so any help is muchly appreciated.
Basically I have a form with the fields 'RenewalDate' and 'DaysRemaining'. At the moment I have this in the control source of my 'DaysRemaining' field...
DateDiff("d",Now(),[RenewalDate])
However when I run my form the error '#name?' is givin within the 'DaysRemaining' field. I need any help on how to get the control source to recognise the 'RenewalDate' field. All of my names match up I just can't figure it. Any help is appreciated.
Thanks, Ben.
Basically I have a form with the fields 'RenewalDate' and 'DaysRemaining'. At the moment I have this in the control source of my 'DaysRemaining' field...
DateDiff("d",Now(),[RenewalDate])
However when I run my form the error '#name?' is givin within the 'DaysRemaining' field. I need any help on how to get the control source to recognise the 'RenewalDate' field. All of my names match up I just can't figure it. Any help is appreciated.
Thanks, Ben.