How do I search for records in a database access page ?

T

tuberider

I have a basic database with an HTML access page for entering information. I
want to know how to put a search function onto the page so that I don't have
to go from page to page to edit a specific record, ie. I should be able to
type the record number in a field (which is the primary key) and click "Find"
or "Go To" and that record's page will come up.
 
Top