473,509 Members | 2,671 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 1841
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
940
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....
30
8856
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...
3
1374
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
1161
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...
0
7233
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
7135
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...
0
7342
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,...
1
5060
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4729
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3215
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...
0
1570
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 ...
1
774
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
440
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.