1. In the WordPage menu select “Create ASP”. Put in a path that corresponds to a location accessible to your web server.

2. Launch your web browser and enter the URL for your document. You should get a screen like this:

3. Try sorting by descending amount by putting “?Sort1=-amount” at the end of your URL.
4. Try filtering your results to only show salespeople with less than 100,000 in sales, sorted by salesperson by putting “Amount_flt=<100000&sort1=lastname” in the URL.