I have a form in which I have a text field where the user's work date is entered, which by default I would like it to show the date of the current day. Investigating on the internet I found the function "Date ()" that does just that.
The problem is that when I'm going to put this function on the default value of my text box and try to see my form in form view I get the message "#Name?" instead of the date.
Why is this? Or will it be that the Date () function can not be handled here?
It's very strange because this same function had already been used in another form with the same intention and if it had worked without problems that time.