So, I'm not a total newbie, but I am stuck with this one. I have a database built up for my homebrewing operation. Each batch i make has steps like any recipe does, but these steps all have dates when they need to be done. When i open the databse, it shows me what i have fermenting on the rack (via a simple query - and i would like it to show me what "step" is coming up next. I have a separate table for these steps; with a number field - relationship back to the master table (the batch number), a date field, a text field for what the step is and a check box for me to check when i have completed this step.
I guess what i am looking for is a little help with the query; since i know how to show the data once i get it filtered out. I need a query that will show me the next step to be done; or one that has not been done and is overdue.
Any help would be greatly appreciated!
Edit: I am using Access 2003
I guess what i am looking for is a little help with the query; since i know how to show the data once i get it filtered out. I need a query that will show me the next step to be done; or one that has not been done and is overdue.
Any help would be greatly appreciated!
Edit: I am using Access 2003
Comment