How would I update all SQL stored within all forms to change its syntax?
I am returning all the row-sources for all the comboboxes on all forms in an Access db. Most work fine but some have syntax errors, for example
double quotes instead of single.
Is there any way of finding these stored SQL statements and updating them on mass, as I am doing it manually at the moment!
I am returning all the row-sources for all the comboboxes on all forms in an Access db. Most work fine but some have syntax errors, for example
double quotes instead of single.
Is there any way of finding these stored SQL statements and updating them on mass, as I am doing it manually at the moment!