current date and time on confirmation form

G

Guest

I have a form for user input that send data to a database and displays a
confirmation page that the user needs to print and save. The current date and
time go into the database fine, but how do I display them on the confirmation
page? I've tried using [Timestamp] - doesn't work. I tried using Insert, date
and time, date page was automatically updated - doesn't work. Thanks!
 
S

Stefan B Rusynko

In Form Properties Saved Fields add the Date
- Make sure you have a field in the DB for the date or the DB save will crash
In your confirmation page add the Field named Date
--




|I have a form for user input that send data to a database and displays a
| confirmation page that the user needs to print and save. The current date and
| time go into the database fine, but how do I display them on the confirmation
| page? I've tried using [Timestamp] - doesn't work. I tried using Insert, date
| and time, date page was automatically updated - doesn't work. Thanks!
 
G

Guest

I am using the form properties "additional fields" to save , which saves
Timestamp to a DB field named Date_Time. That part works okay. I tried
Timestamp and Date_Time on the confirmation page without success.
 
S

Stefan B Rusynko

View your form webbot code source (the field is actually named Date)

--




|I am using the form properties "additional fields" to save , which saves
| Timestamp to a DB field named Date_Time. That part works okay. I tried
| Timestamp and Date_Time on the confirmation page without success.
|
| "Stefan B Rusynko" wrote:
|
| > In Form Properties Saved Fields add the Date
| > - Make sure you have a field in the DB for the date or the DB save will crash
| > In your confirmation page add the Field named Date
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > |I have a form for user input that send data to a database and displays a
| > | confirmation page that the user needs to print and save. The current date and
| > | time go into the database fine, but how do I display them on the confirmation
| > | page? I've tried using [Timestamp] - doesn't work. I tried using Insert, date
| > | and time, date page was automatically updated - doesn't work. Thanks!
| >
| >
| >
 

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