FP does NOT do this, the ASP/VBScript does this when you submit data from multiple fields that have
the same field name.
Just create either multiple fields or use a single scrolling text box (memo field)
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"Dusty" <(E-Mail Removed)> wrote in message
news:23964FA2-1B4F-4DAF-9801-(E-Mail Removed)...
>I have a technician workorder form that submits data to a database. To make
> things easy to edit I have multiple form fields submitting data to the same
> place in the database (In this case they all go to "client_issues"). When the
> data is displayed back from the database frontpage automatically places a
> comma in between the data submitted from the diffrent fields. This really
> messes up the final page that is printed out and handed off to the client to
> be signed off on.
>
> Anyone have any ideas??