You can't.
What you can do is to create a second table to store the extra fields. Just
make sure that the second table has the same primary key field(s) as the
first.
If you want to have all the fields from both tables on a form, use a linked
subform for the second table
if you have 255 fields in one table, it's very likely that your table is not
normalized. most experienced developers I've seen address this issue say
that a reasonable upper limit for a properly normalized table is around
25-30 fields. i really recommend you read up on table normalization,
otherwise you're going to have a terrible time trying to manage that much
data, and a lot of difficulty trying to leverage the power of the Access
software.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.