Dec 8, 2002 #1 P Phreak Well-known member Joined Jun 7, 2002 Messages 62 Location Iowa, United States How can I tell a crystal report object to use a dataset that is dynamically filled with a table from a database that different users will select?
How can I tell a crystal report object to use a dataset that is dynamically filled with a table from a database that different users will select?
Dec 31, 2002 #2 P Phreak Well-known member Joined Jun 7, 2002 Messages 62 Location Iowa, United States In case anyone else wants to know, I figured it out. Code: report.SetDataSource(dsSeedList.Tables(CType(cmbTables.SelectedItem, String)))
In case anyone else wants to know, I figured it out. Code: report.SetDataSource(dsSeedList.Tables(CType(cmbTables.SelectedItem, String)))