Each Field (what you're calling a "cell") in an Access table should be
"atomic" (having only one value) and distinct (all of the information
for that attribute of the table should be in a single field).
If you have large volumes of text (over 255 characters) that need to
be treated as a unit, use a Memo field. It will let you type up to
65536 characters, or to store up to two billion if you fill it
programmatically.
Create a Report for printing, rather than trying to print a table. You
can put a Label control on the report header or page header, and it
can be as big as you wish (well, up to 22" x 22").
Access IS NOT Excel on steroids. It is a *different program* and works
differently!
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.