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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top