I am passing a bunch of parameters to a linked report for editing. One of the fields frequently contains a "#" symbol which causes problems for the popup linked report.
This is how I am trying to pass that data:
select 'dbr.report', 'sp_DBR_activejobsshop_edit', 'Job #[jobnum]', 'popup', 'inJobNum<=jobnum', 'inPurchNotes<=purchnotes' ........