I believe Access 2007 can have a maximum of 255 columns but whats the maximum
number of rows Access 2007 can take?
There's no limit other than the 2GByte size of the entire database file. In
practice I've routinely used tables with 100000-500000 rows, occasionally used
1 to 2 million rows, and I know of datatabases with 20,000,000 rows in the
largest table.
btw any table with anything NEAR 255 fields is almost certainly non-normalized
and in need of restructuring.