No, but there are ways around that...although I'm not sure why you'd need that many columns. You can create a second table that has a one to one relationship with the first table...basically just a continuation of the data.
Not in MS Access. There is a limit of 255 I think. Also, from a data design/model stand-point, you may not want to have a table that wide. I am dealing with some SQL Server/Oracle tables with 500+ columns. It is a mess. But, it is a COTS, and that is what u buy.
In my case, I needed to write (2) SQL Views to pull in just the fields I need. Linking to a SQL Server/Oracle table will only display 255 columns.
htwh,
Steve Medvid
"IT Consultant & Web Master"
Obviously there has to be limits. Oracle and Informix will be less restrictive than Access.
Do you really need 255 columns or fields? For example, when importing from elsewhere. Would you reconsider changing the design? If importanting, can you import in stages? For example importing with VBA code and splitting the data with logic in the code. This is similar to GoDawgs [\b] suggestion, or split it up into relational tables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.