Form Problem

  • Thread starter Thread starter Tom Robb
  • Start date Start date
T

Tom Robb

I have a form set up on a website that dumps to Access.
One of the users (who has Windows 98) submitted
information on her end, got the confirmation sheet, but
the data did not come through.

I have had close to 500 successful data submissions, but
cannot figure out why she is the only one (that I am
aware of) having the problem. Part of me wants to drive
to her computer and submit the form and see if it is a
user problem, but I trust this person is capable of
entering data and clicking on submit.

Is there a setting on Internet Options or Internet
Explorer or a minimum Internet Explorer Version that
users need to have to successfully use the forms?

Let me know. Any suggestions are appreciated.
 
Chances are, it's not the browser. I would guess that it has something to do
with the database insert that is performed going badly. What kind of form
validation are you doing to make sure that, for example, a string doesn't
get entered into a column to hold numbers, or a date is formatted correctly
prior to doing the insert of the form data?

--
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top