> I really don't unsderstand what you mean by subform control. If I
> click on the box in the upper left corner and display the properties
> of the subform, on format I see form width, but no height. I cannot
> find subform control in my book. Thank you though for your help.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
The subform is quite large already as it is a form that is 12x22. The thing
that happens is this: on my subform are fields that get filled in
automatically from the main form (user id, accession #.) When I first open
the form, the tabs are visible, I can tab through them and they stay visible.
As soon as I enter the user Id and Accession # in the main form and click on
the next subform, the tabs disappear and the focus is on the user ID in the
subform, with clicking mouse cursor. I don't know how to make those tabs show
up and still have the user id, etc. fill in properly. I don't have anywhere
else to set the focus as the only thing at the top would be a label
displaying the database name, and I read, perhaps incorrectly, you can't make
that a focus point. Thank you for your kind responses.
> > I really don't unsderstand what you mean by subform control. If I
> > click on the box in the upper left corner and display the properties
[quoted text clipped - 5 lines]
> display the form you are using as a subform and it can be sized just like
> any other control by grabbing its edge with the mouse and dragging.
Rick Brandt - 13 Apr 2008 14:57 GMT
> The subform is quite large already as it is a form that is 12x22. The
> thing that happens is this: on my subform are fields that get filled
[quoted text clipped - 8 lines]
> the database name, and I read, perhaps incorrectly, you can't make
> that a focus point. Thank you for your kind responses.
I don't know how to make what I am saying any clearer. I don't believe the
size of the container being used to display your subform (the subform
control) is large enough to display ALL of the form being used as a subform
at one time.
If it were large enough it would not matter where you set focus in the
subform. The fact that setting focus to a certain control causes the
tab-scrolling to occur is evidence that the form is larger than the control.
Obviously when things are correct you should be able to set focus anywhere
you like.
Last try...
Even if it looks ridiculous, (as a test only) make your subform control a
LOT bigger in both height and width to see if the problem goes away. If it
doesn't then I am on the wrong track. If it does then you can experiment
with the size to see what "reasonable" size works properly. You might even
be able to just use the Auto-Size option in the format menu. That should
make the subform control just large enough to contain the form it is
displaying.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
BG44 - 13 Apr 2008 15:07 GMT
I made everything huge yesterday and that still didn't work so thanks for
your time.
> > The subform is quite large already as it is a form that is 12x22. The
> > thing that happens is this: on my subform are fields that get filled
[quoted text clipped - 29 lines]
> make the subform control just large enough to contain the form it is
> displaying.
Rick Brandt - 13 Apr 2008 15:33 GMT
>> The subform is quite large already as it is a form that is 12x22. The
Since a form is limited in size to 22 inches for both height and width then
by definition it is impossible for a subform control to completely display a
subform that has a 22 inch dimension on a TabControl since the TabControl
and main form must consume some space of their own.
Bottom line is that your subform must be made smaller.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
BG44 - 13 Apr 2008 15:38 GMT
I think I now see what you were saying. I was not making the underneath layer
big enough - I was on the wrong section of the subform. I believe I have the
right track. Thanks again for all your help. Now on to stopping the records
from scrolling when I use the mouse scroll. I am sure there will be an answer
in this forum somewhere for that. It must take a bit of patience for all you
experts to drag novices through things they aren't trained or paid to do.
Thanks again.
> The subform is quite large already as it is a form that is 12x22. The thing
> that happens is this: on my subform are fields that get filled in
[quoted text clipped - 17 lines]
> > display the form you are using as a subform and it can be sized just like
> > any other control by grabbing its edge with the mouse and dragging.
Rick Brandt - 13 Apr 2008 15:46 GMT
> I think I now see what you were saying. I was not making the
> underneath layer big enough - I was on the wrong section of the
[quoted text clipped - 4 lines]
> experts to drag novices through things they aren't trained or paid to
> do. Thanks again.
That behavior was finally corrected in Access 2007. For prior versions
Steven Lebans has a DLL and accompanying VBA code you can use to turn that
behavior off.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com