M
Mariano
Does anybody know if there is a limit to the amount of queries in a union
query that a form will display?
Here is what I am seeing-
I am trying to do a quick preview of records from a table before I insert
them into a new table to store the results. This is an estimating system for
a transportation manufacturer. The user enters a series of specs, each group
of components have their own entity tables to select the proper item in that
group, the queries pull those related parts from the master parts list and
dumps it into an "estimate" table to store the results of that estimate.
That works fine, but now they want a way to preview the results before its
entered as an estimate. So I figured if I made a form bound to a union query
of all my selection queries I should be good to go. The union query works,
all the records are being displayed in the form, but my subtotal calculation
in the form footer wasnt working. I figured there was a problem with one of
my queries so I went back to the Union query and added each query one by one
to see where the "bad query" was. (Again, this is just to preview and this
is not the way the data is getting dumped to the estimate table) I get up to
22 queries in my Union query with no problems, but once I enter the 23rd the
subtotal in the Form footer stops working and returns #Error. It definitely
isnt a problem with that query because I tried it with different ones, it
just looks like Access is overwhelmed and stops calculating.
Does anyone have any ideas?
query that a form will display?
Here is what I am seeing-
I am trying to do a quick preview of records from a table before I insert
them into a new table to store the results. This is an estimating system for
a transportation manufacturer. The user enters a series of specs, each group
of components have their own entity tables to select the proper item in that
group, the queries pull those related parts from the master parts list and
dumps it into an "estimate" table to store the results of that estimate.
That works fine, but now they want a way to preview the results before its
entered as an estimate. So I figured if I made a form bound to a union query
of all my selection queries I should be good to go. The union query works,
all the records are being displayed in the form, but my subtotal calculation
in the form footer wasnt working. I figured there was a problem with one of
my queries so I went back to the Union query and added each query one by one
to see where the "bad query" was. (Again, this is just to preview and this
is not the way the data is getting dumped to the estimate table) I get up to
22 queries in my Union query with no problems, but once I enter the 23rd the
subtotal in the Form footer stops working and returns #Error. It definitely
isnt a problem with that query because I tried it with different ones, it
just looks like Access is overwhelmed and stops calculating.
Does anyone have any ideas?