473,748 Members | 2,398 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need to display a single main form with 48 subforms

I need to display a main form with 48 identical subforms. 6 columns with
8 rows.

I set up a separate query for each subform, identical in structure and
underlying data except the criteria in two fields is different for each.
(ie Row and Column id fields).

I am able to select data in each subform from combo box lists, then on
after update event I want to store data in a master underlying
transaction table, both when each subform is updated individually as
well as when a single cmd button in the parent form is clicked to update
all data from all subforms.

Any ideas or suggestions on code to use, as MS Access 2002, I have here,
will only allow 42 simutaneous queries; so it limits effectiveness.

Thanks

TheC0l0nel

I wasn't here ! ***grin***
Jul 20 '08 #1
1 1848
c0l0nelFlagg wrote:
I need to display a main form with 48 identical subforms. 6 columns with
8 rows.
Why?

The concept of making a mountain our of a molehill comes to mind.
I set up a separate query for each subform, identical in structure and
underlying data except the criteria in two fields is different for each.
(ie Row and Column id fields).
I'll bet you've been as busy as a beaver.
I am able to select data in each subform from combo box lists, then on
after update event I want to store data in a master underlying
transaction table, both when each subform is updated individually as
well as when a single cmd button in the parent form is clicked to update
all data from all subforms.

Any ideas or suggestions on code to use, as MS Access 2002, I have here,
will only allow 42 simutaneous queries; so it limits effectiveness.
Microsoft didn't anticipate you.

Did you know you can do something like
Me.Recordsource = QueryName
or
Me.Recordsource = "Select * From TableName Where Status = 'D'"
?

It almost sounds like you are using the same table, the only thing being
different is some criteria. You could use the command
Me.Filter = "Status = 'D'"
Me.FilterOn = True
and filter. So you could have a listbox, select a value in the listbox,
and filter as necessary?

At best I might have 2 forms; main transation and then one to display
the data to update the main transaction table. Then use filters to
display the data.
Thanks
You're welcome.

Long Hot Summer
http://www.youtube.com/watch?v=h9nU63N5d1w
TheC0l0nel

I wasn't here ! ***grin***
Jul 20 '08 #2

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

Similar topics

0
949
by: source | last post by:
I am trying to create a custom setup project. I know this is very silly, but want to know what is the best way so that when I start my setup I should see a splash form and then my main setup form. Shall I have a controller class which will display the splash form and then it will display the main form. But how do I wait in my controller class until my splash form is done displaying and and then again wait until my main setup form is done...
30
8907
by: Shannan Casteel via AccessMonster.com | last post by:
I have a subform named "sbfrmParts" with a list of parts along with the quantity and price. I have used a text box in the subform's footer and set the control source to "=Sum(*)". I set the format to display currency. This text box is called "SubformTotal", and is visible property is set to "No". On the main form I have made another text box and set its control source to "=.Form!SubformTotal". When I enter some parts everything works...
3
1387
by: Jeremy | last post by:
Can't seem to find current build number anywhere at runtime. Application.productversion gives me a build number-like string that has no relation to anything I know about. Jeremy
2
1185
by: chwong | last post by:
I have a main Form Order Entry. In the customer field, I create a comboBox to query Customer Table records so I can select the name. How do I reference back the customer name selected, extract the customer info from Customer Table and assign or display all the relevant fields on my main Form? Like contact, currency, delivery address and etc. So these info will be save in the Order Table. Thank you in advance for your help. Regards,
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9544
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9324
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9247
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4606
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2783
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.