473,396 Members | 1,942 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How many subforms can I have in Access 97?

I have a form with a subform that has a subform that has a subform that
has a subform. The 5th embedded subform never opens in Access 97 and I
get a message that 'a form has caused 1 error.' When I open the form in
Access 2k, it's fine. The users are using Access 97. What do I have
to do to get it to cooperate??

Thanks in advance,
Laura

Nov 13 '05 #1
11 2480

"musicloverlch" <lh****@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I have a form with a subform that has a subform that has a subform that
has a subform. The 5th embedded subform never opens in Access 97 and I
get a message that 'a form has caused 1 error.' When I open the form in
Access 2k, it's fine. The users are using Access 97. What do I have
to do to get it to cooperate??

Thanks in advance,
Laura


From the Access 97 Help File

Attribute Maximum
Number of characters in a label 2,048
Number of characters in a text box 65,535
Form or report width 22 in. (55.87 cm)
Section height 22 in. (55.87 cm)
Height of all sections plus section headers (in Design view) 200 in. (508
cm)
Number of levels of nested forms or reports 3
Number of fields or expressions you can sort or group on in a report 10
Number of headers and footers in a report 1 report header/footer; 1 page
header/footer; 10 group headers/footers
Number of printed pages in a report 65,536
Number of controls and sections you can add over the lifetime of the form or
report 754
Nov 13 '05 #2
"musicloverlch" <lh****@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I have a form with a subform that has a subform that has a subform that
has a subform. The 5th embedded subform never opens in Access 97 and I
get a message that 'a form has caused 1 error.' When I open the form in
Access 2k, it's fine. The users are using Access 97. What do I have
to do to get it to cooperate??

Thanks in advance,
Laura


As far as I know, the most complex Access will let you have is: Form with a
subform which itself has a subform. I have never found a situation where I
needed anything more complex than this - and I'm sure anything more complex
would be pretty ugly for the user.
We don't really know what you're doing but perhaps you need something more
like a treeview control where you can show a heirarchical structure - but a
subform of a subform of a subform of a subform? And you have this working
in A2K?
Nov 13 '05 #3
Well, crap.

My company is going to Office 2K3 in Sept, but right now they are on
Access 97.

Yes, it works great in Access 2k.

Thanks for quick responses. I really, really appreciate it!
:-)

Nov 13 '05 #4
"musicloverlch" <lh****@gmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com...
Well, crap.

My company is going to Office 2K3 in Sept, but right now they are on
Access 97.

Yes, it works great in Access 2k.

Thanks for quick responses. I really, really appreciate it!
:-)

Does that mean you do not require further help?
If you do, perhaps you could share some further details of this setup? For
example, Main form shows an order, subform shows order items and final level
is in datasheet mode showing several part deliveries on each order item.
Nov 13 '05 #5
No, I don't need anything else. I'll just build a workaround until we
get Access 2k3.

Thanks

Nov 13 '05 #6
An Access subform is an Access form positioned within a control on
another form. The parent form's events are programmed by Access to
modify the child form.
There is nothing magical about this. A Developer can do what Access
does.
Duplicating this "sub-form" capability in code requires only a few
lines in the main form. These lines open the sub-form, change its data
onCurrent, and set its default values.
One can create as many of these roll-your-own sub forms as one wants.
They retain all the power of a full Access form; for instance they can
be moved or sized. They are just as fast as a subform.

It's been quite a long time since I have bothered with an Access
subform.

Nov 13 '05 #7
On 28 Jul 2005 02:14:24 -0700, "lylefair" <ly******@yahoo.ca> wrote:

......

It's been quite a long time since I have bothered with an Access
subform.

interesting, as it is the one thing which is far easier to do in Access than in anything
else. .
(I did say "far")

Nov 13 '05 #8
On 28 Jul 2005 04:42:03 -0500, sitting@ease (polite person) wrote:
On 28 Jul 2005 02:14:24 -0700, "lylefair" <ly******@yahoo.ca> wrote:

.....

It's been quite a long time since I have bothered with an Access
subform.

interesting, as it is the one thing which is far easier to do in Access than in anything
else. .
(I did say "far")

though maybe you mean that you still use subforms, but roll-your-own ones rather
than Access ones.

Nov 13 '05 #9
Yes.

Nov 13 '05 #10
"lylefair" <ly******@yahoo.ca> wrote in
news:11*********************@g47g2000cwa.googlegro ups.com:
An Access subform is an Access form positioned within a control on
another form. The parent form's events are programmed by Access to
modify the child form.
There is nothing magical about this. A Developer can do what
Access does.
Duplicating this "sub-form" capability in code requires only a few
lines in the main form. These lines open the sub-form, change its
data onCurrent, and set its default values.
One can create as many of these roll-your-own sub forms as one
wants. They retain all the power of a full Access form; for
instance they can be moved or sized. They are just as fast as a
subform.

It's been quite a long time since I have bothered with an Access
subform.


Are you completely insane, Lyle?

Or do you just like the challenge of re-inventing the wheel?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #11
"David W. Fenton" wrote
Are you completely insane . . .


I thought that was a necessary condition for participating in this
newsgroup, David. :-) On the other hand, perhaps one doesn't have to be
_completely_ insane, just _insane enough_.
Nov 13 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: M Wells | last post by:
Hi All, I am developing an Access 2003 project application with the back end in SQL Server 2003. I have a master form that tracks projects, and several subforms on it that track various...
2
by: Jack | last post by:
Hi all, I searched the archives and found everyone happy with Stephen's MouseWheel On/Off code except for those with subforms. Stephen's page indicates that he has added code to handle subforms...
0
by: Jack | last post by:
Gday everyone, I'm dearly hoping Stephen Lebans is going to update his masterpeice to stop the mouse wheel scrolling to work on subforms *he has indicated this to me but of course beggers can't...
3
by: Diana Gard | last post by:
Perhaps this is a design flaw, please let me know. I'm using Access 2000. I have a form with a tab control and 5 subforms within those tabs. The forms match with the tables: Client main,...
12
by: Paul T. RONG | last post by:
Is it possible to divide a tall subform with 80 records to two subforms each with 40 records? Dear All, What I have: Tables: tblProduct, tblOrder, tblOrderDetail
8
by: Zlatko Matić | last post by:
Hello. How can I synchronize subforms content with current record in master form, if both form and subform are based on DAO code ? I assigned DAO recordset to forms by using QueryDef, on Load...
4
by: microb0x | last post by:
I have an application with a master form with a tab control containing nine tabs, each tab contains a subform. I have command buttons on my main form including: Save , Cancel , Close. My...
2
by: collegekid | last post by:
Hi everyone, basically my problem is this: I am using an Access 2000 format. And--I have four subforms in my main form. (Purpose of this is to track projects.) So in my main form I enter the...
4
by: Harlequin | last post by:
I have a question concerning the need to trigger events within a "child" subform which is itself enbedded within a master "parent" form and which is accessible via a tab in the parent form. Becuase...
4
by: Rich P | last post by:
Maybe you could try using a query as the recordsource for your subforms and for the criteria field in the query you could use a Form parameter. This way - instead of using the form filter property...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.