Hello all,
I have a crystal report going to a database for my report currently. In that database I hold all the information needed to previous reports as well as the report I am trying to print, which will be the most recent report 9/10 times. (This will be the report with the highest primary key). I need to know how to specify to crystal to only look at records from the database which have the primary key i speciify (if i could modify the SQL query of the report that would be awesome). I know how to call up the report from vb, just not manipulate it...

Thanks in advance,