Field size in queries

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.
 
R

Rick Brandt

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.
 
Top