I've got the following formula in the control source of a text field (txtAge). It automatically calculates age from txtDOB.
When I create a copy of this field (txtAge) (and replace the orginal), it works again, but only until I close the database - and vice versa.
It worked fine before, but now, every time I close the database and reopen it, the field doesn't work; it displays this: "#Name?".=DateDiff("yyyy",[txtDOB],Date())+Int(Format(Date(),"mmdd")<Format([txtDOB],"mmdd"))
When I create a copy of this field (txtAge) (and replace the orginal), it works again, but only until I close the database - and vice versa.