I have a query called A that includes a field called DuesAmount. This field is pulled from a second query I'll call B. Query B includes a field called DuesDate that needs to be filtered by a field in Query A called LastDuesDate. I've tried several things to accomplish this but I keep running into circular reference errors (for obvious reasons). Any ideas to pass the LastDuesDate field to Query B? Thanks.
Jon
Jon