How can I use SQL Statements in VB 6 with DataEnvironment.
I have a DataEnvironment called Table(DataEnvironment2.Dsr) and a report named rptStudMastOne(rptStudMastOne.Dsr). I am planning to use the SQL Statement " SELECT * FROM Student WHERE StdSSN = txtStdSSN " and it will show in the report the record that has a StdSSN that is equal to the number inputed in the txtStdSSN but I don't know where to put it.