I need to get a count of all the records where the BillName <> 'Landfill' but I only want to display the records where the weights are over 14020 pounds. I'm not sure how to do that.
I ran a query that gets all the records that have both requirements but then all the records show. Do I have to run a query first to get the count of all the records? and if so how do I get the count of that? and then do I run a second query that gets the actual records I need to display? I guess the main thing I need is to get a count of all the records.
I ran a query that gets all the records that have both requirements but then all the records show. Do I have to run a query first to get the count of all the records? and if so how do I get the count of that? and then do I run a second query that gets the actual records I need to display? I guess the main thing I need is to get a count of all the records.