I have a database that contains information about various incidents. In the generic Incident form, there are check boxes regarding what type of incident each record was. If the type of incident causes a removal, there are a great deal more fields that need to be filled in that are on a seperate Removal form.
The problem is that when I go to update on the form that includes only removals, all records show up. I know it is not good practice, but right now I have one table with several dozen fields. Several of those fields could be in a seperate table just for removal information, which I plan on doing. Right now I have two primary keys, Date and Serial Number.
** How do I make it so that when someone goes to enter/update the Removal form, only records for which the removal box was checked on the Incident form show up?
The problem is that when I go to update on the form that includes only removals, all records show up. I know it is not good practice, but right now I have one table with several dozen fields. Several of those fields could be in a seperate table just for removal information, which I plan on doing. Right now I have two primary keys, Date and Serial Number.
** How do I make it so that when someone goes to enter/update the Removal form, only records for which the removal box was checked on the Incident form show up?