I'm creating a Data Bound Report in VB6 (against Access 2000 DB), using a DataReport and DataEnvironment, with an SQL Statement as the source of data. Question is how can I pass a value/parameter (ex Invoice No.) to the where clause in the SQL statement to make the report more dynamic.