A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Main Form with Tab Subforms



 
 
Thread Tools Display Modes
  #1  
Old October 22nd, 2009, 09:04 PM posted to microsoft.public.access.forms
Joe
external usenet poster
 
Posts: 1,218
Default Main Form with Tab Subforms

I have a Main Form with Tab Subforms with footers. I can display each tab
without a problem. However, when I display a tab form and try to scroll
through the tab form, half of the Main form moves up and out of sight. The
main form has no scroll bars (And I will like to keep it that way) so there
is no way to get the header back except to reopen the Main form.

Does anyone have a fix for the problem?

Thanks.
  #2  
Old October 23rd, 2009, 03:07 AM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Main Form with Tab Subforms

If you have a textbox, or combo box in the header, set focus to it from an
event of a control (perhaps a button) at the bottom of the form. Something
like:

Private Sub cmdTop_Click()
Me.cboWhatever.SetFocus
End Sub
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Joe" wrote in message
...
I have a Main Form with Tab Subforms with footers. I can display each tab
without a problem. However, when I display a tab form and try to scroll
through the tab form, half of the Main form moves up and out of sight. The
main form has no scroll bars (And I will like to keep it that way) so
there
is no way to get the header back except to reopen the Main form.

Does anyone have a fix for the problem?

Thanks.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:17 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.