I want to expand one row in Access table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top