I am writing a report (CR 7.0) that reports on a particular client which I have built into the report as a Parameter prompt. The parameter prompt has a drop down list of all available clients (based on browse table).<br><br>The report works fine for one database, but a problem occurs, however, when I run the report for another database (same database structure) which has different data, in that the parameter drop down list still contains the data from the old database as opposed to the new database that has just been connected to.<br><br>The question is: How do I refresh this selection list (ie: the data in the drop down list) at runtime, so that it contains the data pertaining to the newly connected database? Is there some type of refresh method specifically for the drop down list during runtime?