G
Guest
hi
i have a members Database in MS Access. i have numeric field that related
with CheckBox if check its add a value in numeric feild.....
If Check.Value = True Then
MaintinanceCharges.Value = 1800
ElseIf Chek.Value = False Then
MaintinanceCharges.Value = 0
End If
What i want that... if check then value shuold add automaticly on
01/01/every.year
i have a members Database in MS Access. i have numeric field that related
with CheckBox if check its add a value in numeric feild.....
If Check.Value = True Then
MaintinanceCharges.Value = 1800
ElseIf Chek.Value = False Then
MaintinanceCharges.Value = 0
End If
What i want that... if check then value shuold add automaticly on
01/01/every.year