I have the following function on a form, that when run displays #name.This function does not appear to work at all in this particular database. If I create a new form in a new database, the formatting works properly. I didn't create this database, so I'm not sure what could be wrong with it.
Code:
=Format(Date(),"Long Date") & " " & Format(Time(),"Long Time")