Search results

  1. M

    Check box within a form

    I there a way to determine whether or not my checkbox within a form is ticked or not dependant on another value within a field? I have a field called 'DaysRemaining' and another check box field called 'Expired'. I want the expired checkbox to be ticked if the value within 'DaysRemaining' is...
  2. M

    DateDiff Help Required

    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...
Back
Top Bottom