How do I remove a border around a box

  • Thread starter Thread starter forest8
  • Start date Start date
F

forest8

Hi

I've tried the properties of the box --

Border Style = Transparent
Border Width = Hairline
Special Effect = Flat

But there's still a border on my box.

How do I get rid of it?

Thank you in advance
 
Hi

I've tried the properties of the box --

Border Style = Transparent
Border Width = Hairline
Special Effect = Flat

But there's still a border on my box.

How do I get rid of it?

Thank you in advance

Setting the BorderStyle to transparent should hide the control border.
If that hasn't done it, perhaps it's not that control's border but
another control placed on top of it, perhaps a Box control.

If all else fails, why not delete the control, save the form change,
then add a new control to replace the deleted one.
 
Where are you doing this?

In form view, or in form design view?

If you totally delete the control (make a backup first), does the box go
away?

If you add a new control, does it have a box?

Which version of Access?

Is this true for all your boxes, or just one?

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top