I'm trying to edit a record in my database but for some reason if a
field has more than one word in it, I'm losing the rest. The method
I've chosen uses this inside of FORM tags:
<td><INPUT NAME=ed_cem TYPE=Text length=40 value=&[d.cem]> </td>
If the db holds "Saint Mary's Cemetery" in d.cem, only "Saint" shows
up in the Input field and if you don't notice it because you are
changing some other field, the db ends up with only "Saint" and
everything else is lost.
Any suggestions?
Sandy
Comment