1

I have an Access form which consist of many subforms ; the problem is that each subform has unwanted edge as shown in the following pic :

enter image description here

i want to hide this edge for each subform to reduce the form space ;i don't know if there any way to remove this edge just need any suggestions

HansUp
  • 95,961
  • 11
  • 77
  • 135
user1921704
  • 179
  • 3
  • 4
  • 15

1 Answers1

3

These can be disabled by turning off Record Selectors in the form's properties.

  • Open the form in design view.
  • View the form's properties.
  • Under the Format tab, change the setting of the Record Selectors to NO.
  • Save the form.
techturtle
  • 2,519
  • 5
  • 28
  • 54