i have a date field on a form where the data is coming from a table
now i notice the in the table the field is empty(Serious employee failure)
i can put any date that i want in the field(It will be corrected later)
first i did a check
i get the result "1/1/1899"
what is "1899"
now i notice the in the table the field is empty(Serious employee failure)
i can put any date that i want in the field(It will be corrected later)
first i did a check
Code:
=IIf([rundate],IsNull(Date()))
what is "1899"
