K
Ken
I've created a report in Access 2000 based on a query and
it works fine. However, I'd like to include some text
strings such as 'strCompanyName' and 'strCompanyAddress'
in the report which are not included in the query. These
values are pulled from a table and saved as string
variables prior to the report being opened.
I thought it might be as simple as using the report's
Open event and saying something like 'me.control =
strCompanyName', but that doesn't seem to work. Any
suggestions? Thanks in advance.
Ken
it works fine. However, I'd like to include some text
strings such as 'strCompanyName' and 'strCompanyAddress'
in the report which are not included in the query. These
values are pulled from a table and saved as string
variables prior to the report being opened.
I thought it might be as simple as using the report's
Open event and saying something like 'me.control =
strCompanyName', but that doesn't seem to work. Any
suggestions? Thanks in advance.
Ken