If the date in txtEndDate is more than 28 days old, I need cboWork to read "Available".
The following doesn't work ... for some reason.
If Abs(DateDiff("d", Me!txtEndDate, Date)) >= 28 Then
Me!cboWork = "Available"
Be grateful for advice, Craftsmen.
The following doesn't work ... for some reason.
If Abs(DateDiff("d", Me!txtEndDate, Date)) >= 28 Then
Me!cboWork = "Available"
Be grateful for advice, Craftsmen.