I dont know how to write code so please bear with me. I'm using Office 2003 and creating DBs in 2000 format.
I have a database where issues are recorded and resolved. There are certain issue types such as System, Communication, General, etc., etc. I have an IssueTypetbl to update the available issue types. I also have a Maintbl that carries everything - the issue type and the comments around the issue and resolution for the record entered. (Issue Types are limited to list in the Maintbl.)
What I want to do is have a form (or report?) where I can have a drop-down list of Issue Types and according to the one chosen, a report automatically generates based on that Issue Type. The report should show only the records in the database with that issue type and the accompanying fields from the Maintbl that provides the further details of each record. Is there a way for me to do this without having to go to VB code area? What can I do? Please advise and thank you in advance.
I have a database where issues are recorded and resolved. There are certain issue types such as System, Communication, General, etc., etc. I have an IssueTypetbl to update the available issue types. I also have a Maintbl that carries everything - the issue type and the comments around the issue and resolution for the record entered. (Issue Types are limited to list in the Maintbl.)
What I want to do is have a form (or report?) where I can have a drop-down list of Issue Types and according to the one chosen, a report automatically generates based on that Issue Type. The report should show only the records in the database with that issue type and the accompanying fields from the Maintbl that provides the further details of each record. Is there a way for me to do this without having to go to VB code area? What can I do? Please advise and thank you in advance.