D
DevourU
Is there a way to limit query results? Via form? TIA
-JS
-JS
Is there a way to limit query results? Via form? TIA
-JS
Sorry 'bout that folks. I meant it literally. I want to return a certain
amount of records from a query. 4, 7, 14, whatever, but using TOP is static,
and I need to give it a variable. The example for this is every day a
certain amount of parts need to be counted, and this amount will change from
day to day. I just need to grab a count from a changing list.
TIA! Anyone working today?
Cool, glad you're here. I have the count calculated in a form. It's like
putting your hand in a candy jar and pulling out 6 pieces, but the candy is
from a make table without a uniqueID if we need one. I could do a table
append if it is the only way. I'll take anything ya got. Thankx for the
help.