D Den Nov 10, 2003 #1 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.
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 Nov 10, 2003 #2 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. Click to expand... 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.
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. Click to expand... 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.