Me again.
*Disclaimer* I don't know the first thing about VBA or any other program language and am attempting to create a simple solution for a departmental problem.
Ok, so I got a book order database set up now. The only weakness in it is that each quarter the records have to be dumped (and re-populated with current data) if the user wants to batch print all these letters to publishers and another report for our university book store.
So what I would like to do is filter the orders in this database by 2 fields: [Academic Quarter] and [Year]. What I am imagining is something simple like two list boxes in the form header and a button to press. One would choose a quarter and a year, press the button, and a report displaying all the filtered records would pop up.
Is this possible without coding -- are there built in functions in Access 2003 to help me do this?
*Disclaimer* I don't know the first thing about VBA or any other program language and am attempting to create a simple solution for a departmental problem.
Ok, so I got a book order database set up now. The only weakness in it is that each quarter the records have to be dumped (and re-populated with current data) if the user wants to batch print all these letters to publishers and another report for our university book store.
So what I would like to do is filter the orders in this database by 2 fields: [Academic Quarter] and [Year]. What I am imagining is something simple like two list boxes in the form header and a button to press. One would choose a quarter and a year, press the button, and a report displaying all the filtered records would pop up.
Is this possible without coding -- are there built in functions in Access 2003 to help me do this?