Is there some odd rule I'm not aware of? I have a form with people-type information. FirstName, LastName, Email, DesiredPassword. If I fill in all the fields, it gets inserted into the database and fields are filled in. If I leave a field blank, for instance the Email field - then a blank row is inserted into the database, but all fields appear blank! Also the modify page doesn't seem to ever work to fix those blank fields. Is there something about initializing the 'blank' fields that needs to be done just right to avoid this sort of problem? I'd appreciate any pointers you can pass along on this...
The forms look pretty standard - on the AddItem, its:
INPUT TYPE="text" NAME="Name" VALUE=" " SIZE=50 MAXLENGTH=50
The updates are pretty standard - addnew, update, set fields, update again.
RSItem("Name" = Request.Form("Name"
The forms look pretty standard - on the AddItem, its:
INPUT TYPE="text" NAME="Name" VALUE=" " SIZE=50 MAXLENGTH=50
The updates are pretty standard - addnew, update, set fields, update again.
RSItem("Name" = Request.Form("Name"