HI,
i have a text box which should have a default value of the current date.
When i put Now() in the default value of the txtbox property and format of short date it gives me the date but when i try to change the date the time appears, so instead of writing Now() i entered Date() but when...