Create a standard select all on the users table to keep tabs on its development.
| Next | Last |
first |
last |
username |
| Jesse | Jimenez | Justj02@aol.com |
| Caesar | Vargas | caesar@vargas.com |
| Matt | Hunt | BlueMatt@yahoo.com |
Recordset paging allows you to chunk the results of your query to the user. Google does this for queries, only showing 10 results at a time. The user can then click through their navigation to the next set of results, or the 5th set of results - etc. Dreamweaver lets you create recordset paging via WYSIWYG.
We c an also insert the rs paging navigation using Dreamweaver.