Current date and current employee

You can use the Value attribute of a text box control to automatically fill in the current date or the first and last name of the current user. To enter the current date in a text box, set the Value attribute to CurrentDate. To enter the name of the current user, set the Value attribute to CurrentEmployee.