M
Mettá
When a user updates a memo field via a form I want to add an addition at the
end to say something like
Updated dd/mm/yyyy
I have done this by adding a hidden field to the form which repeats the
field name with the value
Updated <%=Now()%>
However it shows up as
..... text, Updated dd/mm/yyyy
I get the usual FP warning about duplicate field names and it works but I
would like to get rid of the comma.
How can I prevent the comma showing up??
Thanks
M
end to say something like
Updated dd/mm/yyyy
I have done this by adding a hidden field to the form which repeats the
field name with the value
Updated <%=Now()%>
However it shows up as
..... text, Updated dd/mm/yyyy
I get the usual FP warning about duplicate field names and it works but I
would like to get rid of the comma.
How can I prevent the comma showing up??
Thanks
M