I am running 2 Reports off the same table.
For Report 1must select 2 parameters Country and City and run.
For Report 2 I need 1 parameter – UserID.
Each Report has it’s own button that runs it’s own code.
Is there way I can use 2+1 parameters in same query so when 2 are working – 1 is disabled and when 1 is working – 2 are disabled.
I am using [Forms]![Reports]![cmbR] or [Forms]![Reports]![cmbR] is null.
Thanks