Bullfrog1870
Technical User
I want to create a generic report and use it on multiple databases. I was hoping to look up the name of the ODBC connection and use a formula to lookup and display a user friendly name on the top of the report.
Example:
If ODBCName = 'dbPhoenix' then ReportHeader.Title = 'Phoenix Regional Sales' else
If ODBCName = 'dbToronto' then ReportHeader.Title = 'Toronto Regional Sales'
CR9/SQL2K/ODBC (upgrading to CRXI next week)
Thanks!
Example:
If ODBCName = 'dbPhoenix' then ReportHeader.Title = 'Phoenix Regional Sales' else
If ODBCName = 'dbToronto' then ReportHeader.Title = 'Toronto Regional Sales'
CR9/SQL2K/ODBC (upgrading to CRXI next week)
Thanks!