I want to expand one row in Access table

M

marycwmbach

I want to expand one row only in the access table so that a long name will
drop underneath instead of making a very wide column/
Example

Brandenberg
concerto No 1
instead of
Brandenberg concerto no 1
Anyone kniow the answer
 
K

Kevin3NF

use a form to view the data, not the table itself...

If you must use the table, change the row height. This will change it for
all rows, but will wrap the text
 
Top