I have written a Search and Replace Access database which allows users to search for specified text in all queries, and optionally to replace the search text with some other text.
What I would like to be able to do – but I have a feeling this is not possible – is to then verify the syntax of the query’s new SQL, so that if it was not valid the text would not be changed.
Does anybody know if this is possible ? If not, any suggestions as to how to get around it somehow.
Thanks for your help