Re: Maximum height of a form
- From: "John Spencer" <spencer@xxxxxxxxx>
- Date: Thu, 13 Jul 2006 09:08:40 -0400
That sounds as if the Form1 and Form2 are subforms on Form3. So they are
open as controls on the Form3.
Did you check to see what the name(s) of the subform CONTROLS are on form
3? The name of the subform control is not necessarily the same as the same
of the form you used as the source for the subform control.
When you create subform controls, the form used in the subform is NOT open
as a form.
"JoeA2006" <JoeA2006@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A8D6517B-1EF8-43B7-8232-09C9F6B2A111@xxxxxxxxxxxxxxxx
#Name? appears in the text box.
How would I guarantee the Form1 is open ?
I ended up putting a tab control on another form -"Form3" and putting
Form1
on one tab and Form 2 on another tab. Would this make any difference on
how I
would refer to the controls on either tab.
I each form is on a tab are they considered Open?
"John Spencer" wrote:
That looks correct to me IF Form1 is open and if Form1 has a subform
control
named Subform1 which has data.
What error are you getting?
"JoeA2006" <JoeA2006@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D8CDD763-15D0-472E-BEC5-6C8E225983D3@xxxxxxxxxxxxxxxx
Thanks. For the time being how would I reference a textbox on a subform
from
another form .
I used this as a control source for a text box on form2
=Nz(Forms![Form1]![subform1].Form!txtAmount,0)
but I keep getting an error
"John Spencer" wrote:
And to answer your specific question.
Yes, Access forms and report layouts have a maximum height and width
of
approximately 22 inches. By the way there is also a maximum number of
controls that can be placed on a form or report layout - if I recall
correctly that is 754 controls.
Look up Specification in the online help for more limits.
Rick B's suggestion of using a tabbed form is the way to go.
Especially
if
you combine the tabbed control with subforms.
"Rick B" <Anonymous> wrote in message
news:OFXy8wbpGHA.2464@xxxxxxxxxxxxxxxxxxxxxxx
Why not just make it a tabbed form? Place different type of data on
different tabs.
--
Rick B
"JoeA2006" <JoeA2006@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7826F655-0DB6-44BF-BAA0-EC3EA6B1198F@xxxxxxxxxxxxxxxx
I am building a large form that goes past 22" in height. When I
tried
to
change to property to increase the height Access displayed a
message
that
said the "number was too large". Do access forms have a max height?
I went ahead and built another form but I need to know how to
reference
text
fields on the first form for calculations.
What is the best way to handle displaying large forms?
.
- References:
- Re: Maximum height of a form
- From: Rick B
- Re: Maximum height of a form
- From: John Spencer
- Re: Maximum height of a form
- From: John Spencer
- Re: Maximum height of a form
- From: JoeA2006
- Re: Maximum height of a form
- Prev by Date: Re: Report Display Problems
- Next by Date: Re: open pdf after printed
- Previous by thread: Re: Maximum height of a form
- Next by thread: Unhandled exceptions during report outputs to snapshot files
- Index(es):
Relevant Pages
|