Hi, I am not a computer programmer. I have been learning VBA along the way of making this script. I know Access and SQL.
I have a very large database with many tables and queries. My goal is to write a script or function that will search the entire database for a certain string (actually two strings).
I have tried using a series of queries and unioning them together but this is a very scrappy way of doing this. Perhaps there is a method of automatically searching every field in every table for a string? I'm sure this has been done before but I have been searching the internet for about a week and have come up with nothing, so here I am, asking for help.
Any input is GREATLY appreciated; I am getting flustered due to my lack of knowledge with VBA!
Thanks!
Ian
I have a very large database with many tables and queries. My goal is to write a script or function that will search the entire database for a certain string (actually two strings).
I have tried using a series of queries and unioning them together but this is a very scrappy way of doing this. Perhaps there is a method of automatically searching every field in every table for a string? I'm sure this has been done before but I have been searching the internet for about a week and have come up with nothing, so here I am, asking for help.
Any input is GREATLY appreciated; I am getting flustered due to my lack of knowledge with VBA!
Thanks!
Ian
Comment