11

When viewing a Microsoft Access table in Datasheet View, the right-most column is titled 'Click to Add,' allowing someone to add a new column without using the Design View. Is it possible to hide this column?

0m3r
  • 12,286
  • 15
  • 35
  • 71
EJ Mak
  • 799
  • 1
  • 8
  • 29

2 Answers2

24

Like so:

Set options to avoid design changes

Do not forget that you must close and open the database for the change to work.

Fionnuala
  • 90,370
  • 7
  • 114
  • 152
5

You could also right-click any column header in the table, select 'Unhide Fields' and then uncheck 'Click to Add' at the bottom of the list.

rheffer
  • 51
  • 1
  • 2