cvandijk
MIS
- Oct 9, 2002
- 19
Good Afternoon All,
I am trying to wrap up this application I am creating for one of our departments and I can't seem to figure out this last part of it.
I have a form where complaints can be filed, and each of these complaints can have multiple violations related to them. In the table structure I have a complaint table where each complaint is assigned a complaintID. This complaintID is also the foreign key in the violation table.
On the form, I have a button to create a compliance order based on the record the user is currently on. The report opens up with the appropriate filter and the subreport pulls all the violations associated with that record. However, since there are two or more instances of that specific foreign key in the violation table, there are multiple requests being created for each complaint. I need to be able to narrow this down to a single page that culminates all of that information.
Any help that anyone could provide on this problem would be greatly appreciated.
Thanks,
Chris
Analyst / Programmer
I am trying to wrap up this application I am creating for one of our departments and I can't seem to figure out this last part of it.
I have a form where complaints can be filed, and each of these complaints can have multiple violations related to them. In the table structure I have a complaint table where each complaint is assigned a complaintID. This complaintID is also the foreign key in the violation table.
On the form, I have a button to create a compliance order based on the record the user is currently on. The report opens up with the appropriate filter and the subreport pulls all the violations associated with that record. However, since there are two or more instances of that specific foreign key in the violation table, there are multiple requests being created for each complaint. I need to be able to narrow this down to a single page that culminates all of that information.
Any help that anyone could provide on this problem would be greatly appreciated.
Thanks,
Chris
Analyst / Programmer