I have an application built that allows the user to go through the records in a database by using arrows for (back) (next) (beginning)(end) and then buttons for add and edit and this application works fine.
When you use the add button it opens a blank form, when you use the edit button it opens the form filled in with the record you are on. Which is great.
What I need is a way to also on this same form allow the user to search for a specific record by date or name and then use the edit button.
Currently I have three files, the entry form, the action form and the results form.
Any help would be appreciated.
When you use the add button it opens a blank form, when you use the edit button it opens the form filled in with the record you are on. Which is great.
What I need is a way to also on this same form allow the user to search for a specific record by date or name and then use the edit button.
Currently I have three files, the entry form, the action form and the results form.
Any help would be appreciated.