Initial value help

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi
I have a text box in a form which posts to an update.asp. if the person
using the form leaves the text box empty I get a database error. I have got
over this by having a initial value char of "-" which doesn't look to bad.
But it would look better without anything especially because the "-" gets
added to the database
Thanks
Paul M
 
Opn your database in Acces, open the table, switch to design mode, and
go properties for the field. For Required selrct NO, for Allow Zero
length select Yes. Save and you are good to go.

...PC
 
Back
Top