Error while inserting null data in Append Query

  • Thread starter Thread starter subbu
  • Start date Start date
S

subbu

Hi,
I am using the append query to insert data.I am getting
error if one of the values is null.How to handle nulls
while using the append query

regds
subbu
 
Hi,
I am using the append query to insert data.I am getting
error if one of the values is null.How to handle nulls
while using the append query

regds
subbu

You can't append NULL into a Required field. If that's not the issue,
please post the SQL of the query and the error message that you're
getting.
 
Back
Top