preventing plus(+) sign

L

Loterken

if i have a tabel with a 1 to many relationship
and i open that table in tableview,there is a plus(+) sign at the left side
of the records
how can i prevent that plus sign from showing
 
L

Loterken

Found it
once one knows that table view is called datasheet view its quete easy
in datasheet view-format-subdatasheet-remove
problem is now how to make the subdatasheet reapaire (get the plus(+) sign
back
 
J

Jerry Whittle

Assuming that you are using Access 2007:

Open up the table in Design view.

Right click on the heading area and bring up the Properties.

Change the Subdatasheet name to [None].

Save the changes.
 
D

De Jager

Loterken said:
if i have a tabel with a 1 to many relationship
and i open that table in tableview,there is a plus(+) sign at the left
side of the records
how can i prevent that plus sign from showing
 
Top