QUOTE (ktom413 @ November 22, 2013 02:57 am) |
I'm having trouble getting this Macro to run. Firstly - my column with my town name is labeled "Place" so I had to make that update. Secondly, it was giving me an error because there was no database that existed with the name in the macro (my unfound DB is called "Mass-Unfound"). Now I'm stuck. I was able to filter my DB my city name, but that's it. Perhaps some sort of GUI at the beginning of running the Macro to find out what my labels are called would be a good start. Now to figure out how to get it to look at my "My Finds" to know which towns I've already found! |
howdy
the macro looks for the Place field. I am not sure why you had to change something.
if you edit the macro and search for default, you should see a place where the two databases are defined about 50 lines into the file. that comes right after all the gui code is comented out.
let me know if that doesn't work.
sloth96