How do I stop commas from appearing in DB when 2 form fields submi

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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??
 
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)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Thanks for the response Thomas, but I would I need to have multiple fields
submitting to the same form name so how do i stop the ASP/VBScript from doing
this?

Thanks again
Dustin
 
You can't, that I am aware of.

Why do you need to have multiple fields with the same name?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top