Date and Time Stamp on a confirmation page

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top