G Guest Jan 6, 2004 #1 I now have an unbound form with command prompts to open reports, how can I get rid of the title bar on this form?
I now have an unbound form with command prompts to open reports, how can I get rid of the title bar on this form?
A Arvin Meyer Jan 6, 2004 #2 Set the Border property to "None" -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access René said: I now have an unbound form with command prompts to open reports, how can I Click to expand... get rid of the title bar on this form?
Set the Border property to "None" -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access René said: I now have an unbound form with command prompts to open reports, how can I Click to expand... get rid of the title bar on this form?
G Guest Jan 6, 2004 #3 Is there a way to have a 2pt border without the title: the title of the form is frmWhatDate:Form -- that makes no sense to anyone but me I tried setting border to none and it just looks like a white box hanging in space on the white background of whatever is underneath. Thanks
Is there a way to have a 2pt border without the title: the title of the form is frmWhatDate:Form -- that makes no sense to anyone but me I tried setting border to none and it just looks like a white box hanging in space on the white background of whatever is underneath. Thanks
R Rick Brandt Jan 6, 2004 #4 René said: Is there a way to have a 2pt border without the title: the title of the Click to expand... form is frmWhatDate:Form -- that makes no sense to anyone but me I tried setting border to none and it just looks like a white box hanging Click to expand... in space on the white background of whatever is underneath. For a border without a TitleBar you would need to set the BorderStyle to "None" and then drop some rectangles on the form to create your borders.
René said: Is there a way to have a 2pt border without the title: the title of the Click to expand... form is frmWhatDate:Form -- that makes no sense to anyone but me I tried setting border to none and it just looks like a white box hanging Click to expand... in space on the white background of whatever is underneath. For a border without a TitleBar you would need to set the BorderStyle to "None" and then drop some rectangles on the form to create your borders.