I am using Visual Studio 2005 to create a report with 2 parameters. The first parm is division, the second is team (must be within division). I have 5 report parms set up, Div, output, delimiter, team, team_output. There are 4 datasets, div just pulls all divs, output parses the list because its multivalued, team uses the output from div to constrain the team list, then a team output that is parsed. The Team parameter list only constrains correctly after the view report button is pressed once. So the first time thru it just uses the default division to show the list of Team values. Any ideas what I am doing wrong? The parameter list is in this order... div, delimiter, output, team, team output. Thank you.