Split Form - Auto Hide "Form" portion

psatkar

Registered User.
Local time
Today, 15:49
Joined
May 27, 2008
Messages
17
Hello,

I have created split form in Access 2007 to display datasheet view of a table at top of the screen and selected record in the datasheet is displayed in the form in the bottom portion of the screen.

I want to have a check-box button in this form such that when I check this button, it should hide the "Form" portion appearing in th bottom of the screen. And when I uncheck this button, it should bring back the "Form" portion which displays the record details.

Is it possible to hide the "Form" portion in the split form in Access 2007?

Thanks in advance...

Warm regards......prasad
 
Not a lot of answers, just some ideas...

I know there's a "Split Form Size" control in the form's properties. Though I don't know if that will be able to control the layout in real-time. If it did though, you might be able to have the check box control that property and set it to the same size as the window so that the form gets pushed down. However, I don't know if that would just make the window bigger. If it does, maybe play with the border type?
 

Users who are viewing this thread

Back
Top Bottom