I have a form where the user can enter different data and use it to find what they are looking for.
They can search with a date parameter, a wildcard search by name, or even a list of everything under a specific project.
The question is; can all of the results use the same form?
To make the forms for my query results I've only ever used the form wizard.
All the queries are pulling the same data fields, just different records depending on user input.
So all of the forms look exactly the same, and any amendments need to be done on multiple forms.
I've used the same forms to view/add/edit before, by setting the condition on the button. I was hoping there would be a similar easy solution to this.
Andy.