adamhum -> Timestamp Field help! (3/19/2001 21:12:00)
Is there a way to either truncate the timestamp field or make it so the timestamp field does not record the time and only records the date?
KeithG -> RE: Timestamp Field help! (3/19/2001 23:23:00)
If you mean sending it as a hidden form field, paste this in the "value" field in the "advanced form properties" area. The "name" field should be named as necessary:
<%=Date()%>
adamhum -> RE: Timestamp Field help! (3/20/2001 21:41:00)
That worked perfectly, Are there any other parameters I can play with beside "date"?
Spooky -> RE: Timestamp Field help! (3/20/2001 23:34:00)
VB has a lot of functions, where do you want to start ?
KeithG -> RE: Timestamp Field help! (3/20/2001 23:47:00)
Spooky is right, you can change anything.
adamhum -> RE: Timestamp Field help! (3/21/2001 20:27:00)
Kewl, Well what are some other items besides date I can capture into a field when someone submits a form?