Report Question

A

Anthony

Is there any way that I can make a report to pull data from a table and them
insert it in certain spots of pre-defined information. I have a report I
send out every month and the names are the same the only think that changes
it the percent of complience for a station and the amount of nulls and I
enter this into a spread sheet and then I type it in word and print them and
deliver them, is there any way I can get access to put that information into
a report and then I can just print it from there.
 
J

John W. Vinson

Is there any way that I can make a report to pull data from a table and them
insert it in certain spots of pre-defined information. I have a report I
send out every month and the names are the same the only think that changes
it the percent of complience for a station and the amount of nulls and I
enter this into a spread sheet and then I type it in word and print them and
deliver them, is there any way I can get access to put that information into
a report and then I can just print it from there.

Sure; just put a Label control on the report in design mode. The label can
contain any text that you wish.

John W. Vinson [MVP]
 
Top