How to do a subform with all visitors with id_visitors, which is placed in textbox

57 views Asked by At

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?

Image with problem

I want to see only information about Client with ID=14

1

There are 1 answers

0
Van Ng On

I'd rather apply filter to subform, addressing to field in master form in this case. And then lock filter for editing by user