Filtering query info in a form

B

bfc

I have a command button in a form that accesses a query. The query shows the
information of all the records, but I only want it to display the query info
of the current record. I can hit the command button and then the filter
button and it works. But how do I get it to automatically filter?
 
Top