Can't hide borders (design problem)

hunoob

Registered User.
Local time
Today, 08:15
Joined
Feb 17, 2009
Messages
90
Hi there Everyone. Please try to help me as I am having an annoying problem, and can't find the solution no matter how hard I try.

My problem is the following:

1. I have a subform inside a form. The problem is that this subform has a grey border and I can't hide it. Please see the attached image, you can see it at the bottom of the picture (red arrows). How can I hide that border? Where should I look?

2. Also a border problem. I have a list box on the form. This list box is showing two columns. Between the two columns there is a grey line (showing the border of the column) which I just cannot hide. How can I hide that border? (You can see it on the left side of the attached image).

Please try to help me as it annoys me a lot. Thank you very much in advance!
 

Attachments

  • form.jpg
    form.jpg
    92.1 KB · Views: 141
For the list box just to show a single column you would join the 2 fields together from the source. So open the properties Select the row source use the elipsee button and then join both fields in the query window, hide the other 2 then save and close, then set the properties to use 1 column and adjust the width.

You should be able to set the subform border to transparent
 
For the list box just to show a single column you would join the 2 fields together from the source. So open the properties Select the row source use the elipsee button and then join both fields in the query window, hide the other 2 then save and close, then set the properties to use 1 column and adjust the width.

You should be able to set the subform border to transparent

Hi Trevor! Thank you for very much for the reply! It helped a lot! Thank you!
 

Users who are viewing this thread

Back
Top Bottom