In my Application, I have created an Action to print a report. I need to get 3 pieces of information from my User to define which rows should print. Tried this, which did not work:
PRINT pettycsh WHERE Crew_ID = @'Enter your Crew ID' AND env# = @'Enter Envelope Number' AND toddate = #date ORDER BY recno ASC Tried just putting in: PRINT pettycsh WHERE Crew_ID = @'Enter your Crew ID' still nothing. I don't get a dialog box, nor message -- What am I doing wrong here? thanks, Lin

