Date and Time Stamp on a confirmation page

S

Stefan B Rusynko

Create a date/time field in your DB (named say OrderDate) and a hidden form field to send to the DB
- if using ASP it would be
<input hidden name="OrderDate" value="<%=Now()%>">

--

_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Using FP2003
|
| www.gofastappraisal.com
|
| I created a form, which goes to an access database
|
| how can I get a time and date stamp of when the order was placed on the
| confirmation form?
|
| 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