Code to set a variable to the RecordSource of a report

  • Thread starter Thread starter JimP
  • Start date Start date
JimP said:
How would I do this (or any other report property)?


myvariable = Me.RecordSource

Seems like a trivial answer to a vague question. What are
you trying to do?
 
...figured it out - wanted to create a table of recordsources for various
reports for documentation purposes. Documentor was too tedious.
 
Back
Top