When I try to access my stored procedure parameters through the crystal object in vb 6, they don't show up in the collection. The report itself doesn't have any parameters but if I add one to test, it is accessible. Should I be able to see the stored procedure params in the object's param collection or do I need something specific for those vs. params that are physically on the report?