Ok, I'll explain what I want to do:
I am using Views and tables from 2 different DB Schemes for a crystal Report Project which consists of approximately 10 reports. I get the information for my reports via stored queries in access of the linked tables and views from Oracle! The point of having Access in between Crystal Reports and the underlying Oracle Database was merley for a more controlled access.
You see, my stored queries have 2 fators which I eventually want to control on an access form: the customerID and the date!
Now a little form witha combo of the different customerIDs and a combo for the moth should specify, or update my stored procedure to the relevant SQL which I can then just give Crystal Report.
So what is the best way for me to update my stored procedure?? a bit of code would be cool..*G*