I have a little Access program, where i have few tables. I do a form, where i can see one by one all Client, and i do a subform where is information, what Client done. I want to see only information about selected Client, not about all.
The problem is that I NEED TO DO IT in old .adp format. In accdb everything worked perfectly, but in .adp, Stored Procedure give me all information.
How to filter it to see only information about only one visitor?

I want to see only information about Client with ID=14
I'd rather apply filter to subform, addressing to field in master form in this case. And then lock filter for editing by user