Ok so here is my major malfunction. I have a database that tracks work projects. Each month the user is required to run a report that shows the projects that have been completed and the hours associated with doing it.
My Problem is that my user is very low end and I wouldn't anticipate this person going in and manually changing the date range from within the SQL View to collect the appropriate data for the report. They simply want to click a button.
In the past I had a button setup that would print the report based on a query that asked the user for data--ie the criteria for the date field would show :
between [Enter Start Date] and [Enter Ending Date] which would prompt the user to enter this information.
Now that the DB has been converted to SQL and the front end is Access project file I need to find another way to do this.
I have read several other postings with regard to using a form for the input device, but at this point I'm simply not getting the concept.
Can someone breakdown the solution for me?
Kelly Johnson MCP
Volunters of America Oregon
My Problem is that my user is very low end and I wouldn't anticipate this person going in and manually changing the date range from within the SQL View to collect the appropriate data for the report. They simply want to click a button.
In the past I had a button setup that would print the report based on a query that asked the user for data--ie the criteria for the date field would show :
between [Enter Start Date] and [Enter Ending Date] which would prompt the user to enter this information.
Now that the DB has been converted to SQL and the front end is Access project file I need to find another way to do this.
I have read several other postings with regard to using a form for the input device, but at this point I'm simply not getting the concept.
Can someone breakdown the solution for me?
Kelly Johnson MCP
Volunters of America Oregon