automatic date hidden field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

would like to add the date into a field in a database automatically when a
record is created but the field should be hidden, i cant use the Timestamp
method that comes with frontpage as this adds the time also.


again any help would be great, but i will also be trying to see if i can
figure out myself (after i grow a brain) by trying out some courses


Al.....
 
<input type="hidden" name="DateStamp" value="<%=Date()%>">

PS
- read up in Access help on Date Time fields


--




| would like to add the date into a field in a database automatically when a
| record is created but the field should be hidden, i cant use the Timestamp
| method that comes with frontpage as this adds the time also.
|
|
| again any help would be great, but i will also be trying to see if i can
| figure out myself (after i grow a brain) by trying out some courses
|
|
| Al.....
 
Back
Top