jrobin5881
Technical User
I have a query that runs over a membership table for a dues paying organization. The original table has 336 rows of data for the original membership. The table has Fname, Lname, Date Paid, TypePmt that I'm using in my query. My query is named "Dues Not Paid" so that I can have a report that gives me just that. Here's the issue: The query does returns me the info correctly on the first 336 rows but for some reason it will not look at the rows after for the newer members that have joined and have been added to the table. I tried using Requery Macro on the Open event for the report that I use but I got an error message. I also use the query on that report as the record source. Any ideas on how to get my query to run over the entire table? I'm sure the answer is probably staring me in the face.