how do I permanently change a heading in a report from a form

F

Fred

I am creating an application that will used by two or three different user
organizations. I would like to create a form that will allow the user to
change report headers and form headers to reflect their organization
 
D

Duane Hookom

Create a table for the organization information. You can use either a
subreport for the information on the reports or DLookup().
 
F

Fred

My original question was not complete for which I apologize. The application
will be installed at different sites. I was looking for a way to customize it
one time forever at each site. I do appreciate the suggestion, and it may
solve some other problems that I am working on.
 
D

Duane Hookom

I am more lost than before. What do you mean by "customize it one time
forever at each site"?
It seems to me that storing information in a table would be a viable
solution.
 
Top