Is there anyway to hide the "group box" border?

M

mjg

I am constructing a query which requires several forms to be linked together. I have placed them all in the group box and would like to remove the visible group box border. Can this be done?
 
R

Ronx

Remove the Group Box.
The Group Box places the grouped elements between
<fieldset>.....</fieldset> tags, which provides a visual boundary around
related form fields. Making the boundary invisible removes the need for
the Group Box.
--
Ron
Reply only to group - emails will be deleted unread.

mjg said:
I am constructing a query which requires several forms to be linked
together. I have placed them all in the group box and would like to remove
the visible group box border. Can this be done?
 
Top