Help with query parameters (display all)?
Posted: Mon Mar 17, 2008 11:35 pm
I made a report that shows employees. (select fullname from emp where emp.id=@emp) [Parameter @emp = cbxEmp.SelectedKey]
I added a form with criteria (lookup box that fills with employees)
select an employee and report displays one (2 data connection 1 for rpr with param and one for filling lookup)
How do I display all employees ?? If I have two button OK and Cancel on cancel If display all employees?
May be this is simple
Thanks in advance for help.
I added a form with criteria (lookup box that fills with employees)
select an employee and report displays one (2 data connection 1 for rpr with param and one for filling lookup)
How do I display all employees ?? If I have two button OK and Cancel on cancel If display all employees?
May be this is simple

Thanks in advance for help.