D
Daniel Cigic
Is it possible to list all forms/reports in the Access database?
I have seen Access.Application.DoCmd.OpenForm(string formName, ... ) and
Access.Application.DoCmd.OpenReprot(string reportName, ... )
but those method wants form/report names as one of arguments.
I have seen Access.Application.DoCmd.OpenForm(string formName, ... ) and
Access.Application.DoCmd.OpenReprot(string reportName, ... )
but those method wants form/report names as one of arguments.