Appending Queries

B

b5917bts

I have a program that appends queries to a particular table. The problem I'm
having is that at times the append query doesn't always have all the fields
the table does and sometimes it does. How can I have a query that will apend
data on some of the table's field without causing an error problem.
 
A

Arvin Meyer [MVP]

Try adding default values to the required fields in the table being appended
to.
 
Top