Form filtered with query

ppataki

Registered User.
Local time
Today, 13:58
Joined
Sep 5, 2008
Messages
267
Dear All,

I have a simple problem but I was not able to solve it yet:

I have a table the content of which is displayed by a form.
I have an aggregate query that has 2 output fields. (both fields exist in the table as well)

Upon opening the form I would like the query to filter the data the form displays
I tried loading filter from query function but my query was not listed..

Any suggestions please?
Many thanks in advance!
 
You would need two properties of the form, Filter property (to set the filter criterion) and FilterOn property (to enforce the filter). Look up those.
 

Users who are viewing this thread

Back
Top Bottom