Hi,
I have a table with some text fields with the Allow Zero Length = No. I am creating a sql statement to insert the record into the database.
The statement fails if some of the fields are not entered.Is there an easy way to check if the fields are null rather than having an 'if' statment for each control.
What I am actually doing is a copy so that if the user enters in a record and clicks on the copy button, all the information for that record will be copied in to a new record. Is there an easy way of doing this.
Thanks in advance,
Sinead
I have a table with some text fields with the Allow Zero Length = No. I am creating a sql statement to insert the record into the database.
The statement fails if some of the fields are not entered.Is there an easy way to check if the fields are null rather than having an 'if' statment for each control.
What I am actually doing is a copy so that if the user enters in a record and clicks on the copy button, all the information for that record will be copied in to a new record. Is there an easy way of doing this.
Thanks in advance,
Sinead