That is Okay. I figured out the problem.
The query I was using had a criteria that asked for everything but this "A", it did not perform like it should. I changed it to "Like "P" or Like "" or Is Null" and then it worked.
That is Okay. I figured out the problem.
The query I was using had a criteria that asked for everything but this "A", it did not perform like it should. I changed it to "Like "P" or Like "" or Is Null" and then it worked.
It still would be nice if you could show others what you have done and learned by posting a working database.