O
Owen
Hello,
I have a query that I want to return data based on a
varying number of parameters. For instance, truck #1
may have 3 bundles and truck #2 may have 5 bundles. I
need to determine the weight of each truck based on the
weight of the bundles(which varies).
I have entered:
Like "*" & [Please Enter the Bundle #] "*" Or Like _
"*" & [Please enter the next Bundle #] & "*"
in the Criteria box, and it works fine so long as I only
have two bundles. If I have only one bundle, the second
box is left blank and the query returns all values.
How can I continue to get dialogue boxes until I have no
more bundle numbers left to enter, and let the query know
I am done?
TIA
Owen ?
I have a query that I want to return data based on a
varying number of parameters. For instance, truck #1
may have 3 bundles and truck #2 may have 5 bundles. I
need to determine the weight of each truck based on the
weight of the bundles(which varies).
I have entered:
Like "*" & [Please Enter the Bundle #] "*" Or Like _
"*" & [Please enter the next Bundle #] & "*"
in the Criteria box, and it works fine so long as I only
have two bundles. If I have only one bundle, the second
box is left blank and the query returns all values.
How can I continue to get dialogue boxes until I have no
more bundle numbers left to enter, and let the query know
I am done?
TIA
Owen ?