I have a dynamic SQL with arguments statement that is created in the Open event then a Modify statement is executed with the new SQL followed by a Retrieve.
If I use double quotes (") around the arguments in the SQL, the Modify statement is successful however, the Retrieve fails.
If I use single quotes (') around the arguments, the Modify statement fails however, the Retrieve is successful .