I have a database with a report table. This table represents report data, and has constraints.
Now the application is used by firemen, and they might have to run off and put
I don't know if it this would qualify as a pattern, but I think that the cleanest way to go about this would be to create a view that does a union of the two tables and search against that.