RI_REPLACE & RIPARAM - I Need help
Posted: Wed Sep 28, 2005 5:10 pm
I have never used RI_REPLACE and I have an occasion where I would like to use it.____I have a UserSQL and part of the SQL filters on a Date.____How can I prompt for the date so it is part of the SQL statement (the result set will be too big if not part of the initial Select).____This is the initial User Defined SQL:__SELECT *__FROM customers__WHERE dEffDate = <<^09/28/2005^>>____Can I use:____SELECT *__FROM customers__WHERE dEffDate = <<?"Enter Date">>____Can this be done? If so, how?____Thanks