Field size in queries

  • Thread starter Thread starter Den
  • Start date Start date
D

Den

Is there any way round the error "Too many fields defined"
in a query? I want to extend the number of fields to more
than 255.
 
Den said:
Is there any way round the error "Too many fields defined"
in a query? I want to extend the number of fields to more
than 255.

Nope. Sounds like a design problem. In a properly normalized database it
would be _extremely_ unlikely that a table/query would ever need that many
fields.
 
Back
Top