Error while inserting null data in Append Query

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
 
J

John Vinson

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.
 
Top