I have a program for a professional winemaker. The wines change year by year and are identified with the "Vintage" year.
I really would like to code a filter for a recordset to show the only those records with the chosen vintage. I don't know how to code such a filter.
I could also use a parameter query that asks for the vintage year, but sometimes the user will want to change the vintage on the run and I don't know how to "request" that the query ask me once more for the parameter.
I tried to build a link from the criteria of the query to a text box on the form (txtVintage), but the program didn't respond to the "OnChange".
Any hints?
Thank you.
I really would like to code a filter for a recordset to show the only those records with the chosen vintage. I don't know how to code such a filter.
I could also use a parameter query that asks for the vintage year, but sometimes the user will want to change the vintage on the run and I don't know how to "request" that the query ask me once more for the parameter.
I tried to build a link from the criteria of the query to a text box on the form (txtVintage), but the program didn't respond to the "OnChange".
Any hints?
Thank you.