Hi,
I currently have 3 identical versions of a form (showing application data).
These forms each get their data from 3 separate queries.
One that shows all data from two tables.
One that shows the above but filtered by year.
One that shows the above but also filtered to show only approved applications.
I feel there must be an easier way then having 3 separate forms.
Is there a way to just have 1 form, that links to one of the 3 queries depending on what button the user selects to open the form?
Any help would be most appreciated.
AJ