time stamp

J

Jerry Thomas [MSFT]

Add a text field to your form.
Open the properties and set the format to "Date and Time".
Click on the function button and enter now().
On the Display tab, select Read Only.

When the form is opened, it will get the current date and time.

If you just the time, set the format to text and set your function to
something like substring(now(), 12, 8).

--
Jerry Thomas[MSFT]
<[email protected]>
Microsoft Office InfoPath
---------------------------------------
This posting is provided "As Is" with no warranties, and confers no rights.
Use of any included script sample are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top