Adobe is changing the world through digital experiences. Our creative, marketing and document solutions empower everyone — from emerging artists to global brands — to bring digital creations to life and deliver them to the right person
at the right moment for the best results.
When users want to delete a record, they must first find that record in the database. Accordingly, you need to begin with a search page and a results page. For instructions on creating a search page, see Building a simple database search feature.
Make sure your search page points to a results/delete page (indicated by the search form's Action box).
You must use the GET method for this type of search procedure to work. The GET method passes the search values to the results page in the form of a URL parameter. You can see this parameter in action when you do a search. The results page appends the parameter to the URL.