G
Guest
Need to add the built in timestamp and user logon info as with a new
submittal to a database. These are option and I attempted to copy the copt of
s builtin fields into the database results wizard.
I think from reviewing the several sites I have gone to this can be
accompllished thru using the hidden fileds but do not know the syntax to use
example
<input type="hidden" name="lastupdatedrecordtime" value="<%=Date()%>">
<input type="hidden" name="lastuserupdated" value="<%=Remote_User%>">
submittal to a database. These are option and I attempted to copy the copt of
s builtin fields into the database results wizard.
I think from reviewing the several sites I have gone to this can be
accompllished thru using the hidden fileds but do not know the syntax to use
example
<input type="hidden" name="lastupdatedrecordtime" value="<%=Date()%>">
<input type="hidden" name="lastuserupdated" value="<%=Remote_User%>">