Lon,
Thanks again!!!
I have already done all what you said in your post.
I understand that with the POST method I can pass a variable to filter the table, right??
I will wait for the next step.
Once again thank you very much
Jaume
Yes, that is what happens - you will be passing a variable from the search page to the results page. The variable name is whatever you named the drop down list, such as MyDropDown. The value is whatever is the value of the selected item. So, now on the results page, create your recordset.Since we're using only one variable as a filter, use the simple mode. Working from top to bottom in the dialog window, give the recordset a name, select the connection and the table. Under that, yo have four selections/entries to make. Select the database column you are filtering on, in the next, select "=". Below on the left select "Form Variable". The text box to the right of that will be Pre-populated with the column name. Replace that with your variable name, the name of the drop down from the search page - such as "MyDropDown" but without the quotes or anything else. Click Test and you'll be presented with a window asking for a value - enter any value that is contained in the drop down and ensure that the recordset is producing results and only records with that particular value. If it works, save it and you're good to go. If not then we'll do some troubleshooting.