Hi all,
I hope you can help me with this query, I know it is possible, but cannot work out the logistics of how to make it work.
I have a table in Access called tblActionLog, which is basically a list of actions that have been recorded for our business. The table consists of eight columns of data, which are:
ActionID - Autonumber
BusinessArea/Meeting - Number (Drop down list from tblBusinessArea/Meeting)
DateRaised - Date/Time
ActionDescription - Memo
Owner - Number (Drop down list from tblOwner)
DueDate - Date/Time
Comments - Memo
CompletionDate - Date/Time
I am attempting to create a form where you can filter by one or more criteria. The criteria being: BusinessArea/Meeting, by a range for Date Raised ie between 01/04/2011 - 31/05/2011, by Owner, by a range for DueDate ie between 01/04/2011 - 31/05/2011, by a range for CompletionDate ie between 01/04/2011 - 31/05/2011.
I would like the end results to be placed in a pre-prepared report format. rptActionLogReport, which has the same number of fields as the table.
If you can help with this query I would be highly appreciative as I have been looking for a solutions for this for ages and have come up with nothing
Thanks
Ry
I hope you can help me with this query, I know it is possible, but cannot work out the logistics of how to make it work.
I have a table in Access called tblActionLog, which is basically a list of actions that have been recorded for our business. The table consists of eight columns of data, which are:
ActionID - Autonumber
BusinessArea/Meeting - Number (Drop down list from tblBusinessArea/Meeting)
DateRaised - Date/Time
ActionDescription - Memo
Owner - Number (Drop down list from tblOwner)
DueDate - Date/Time
Comments - Memo
CompletionDate - Date/Time
I am attempting to create a form where you can filter by one or more criteria. The criteria being: BusinessArea/Meeting, by a range for Date Raised ie between 01/04/2011 - 31/05/2011, by Owner, by a range for DueDate ie between 01/04/2011 - 31/05/2011, by a range for CompletionDate ie between 01/04/2011 - 31/05/2011.
I would like the end results to be placed in a pre-prepared report format. rptActionLogReport, which has the same number of fields as the table.
If you can help with this query I would be highly appreciative as I have been looking for a solutions for this for ages and have come up with nothing
Thanks
Ry