Strange result from query / OleDbException (0x80040e57)

  • Thread starter Thread starter Versteijn
  • Start date Start date
V

Versteijn

Hello all,

I have a database with some products, from which I want to retrieve a
list. I run this query to achieve this:

SELECT DISTINCT * FROM Models ORDER BY Design;

I get the following error message:

The field is too small to accept the amount of data you attempted to
add. Try inserting or pasting less data.

Is this regular Access behaviour? Or am I doing something wrong here?

Regards,

Freek Versteijn
 
Back
Top