I have created a database of which I must make two dozen copies; this app will be used to house details of a legal cases.The application has several reports, each of which requires an identical text/title label, to identify the title of the case e.g. "US EPA v Toxic Chemical Co." or "US EPA v Hazardous Waste Dumper"
How do I write a line of code that I only have to enter once (in a module), such that it will put the appropriate label/title at the top of each of the reports?
Thanking you in advance!