import customer names to northwind database.

S

Stephen52

I am trying to import customer names from a txt file to the northwind
database. The key field keeps stopping the impot.
 
S

Stephen

I added the 5 character CustomerID for each customer. It gave me a rule
validation error. I removed the 5 character requirement from the table and
the customers form and it still gives me the validation error. I haven't
been able to find out what rule is being violated.
 
J

John Nurick

The only other thing I can see is that CompanyName is a required field,
so you'll get an error if you try to import any customers who don't have
companies.
 

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