M
Mark Burns
Ok, I think I grok this, but I guess I don't.
I want to access the description of reports and forms as displayed in the
database window in detail mode, if they exist.
I have a report.
I select it in the database window.
I right-click and select Properties from the pop-up menu.
I type in a description for the report and hit OK.
I see the desccription of the report in the database window.
"Ok," I think, "now the Accessobject for the report has an
AccessObjectProperty with Name="Description" and Value = <the stuff I just
typed in>...right?"
So I go to the immediate window and type:
?application.codeproject.allreports("my report name here").properties.count
answer: 0
HUH? Where the heck is the description for the dang report stored, then?
I need to grab this description WITHOUT having to open an instance of the
report...
HELP!
I want to access the description of reports and forms as displayed in the
database window in detail mode, if they exist.
I have a report.
I select it in the database window.
I right-click and select Properties from the pop-up menu.
I type in a description for the report and hit OK.
I see the desccription of the report in the database window.
"Ok," I think, "now the Accessobject for the report has an
AccessObjectProperty with Name="Description" and Value = <the stuff I just
typed in>...right?"
So I go to the immediate window and type:
?application.codeproject.allreports("my report name here").properties.count
answer: 0
HUH? Where the heck is the description for the dang report stored, then?
I need to grab this description WITHOUT having to open an instance of the
report...
HELP!