Hi guys, I have to alter my front end to point to postgres instead of local access tables. The table names will be identical except that postgres will include "_public" in the naming convention. I will need to switch the front end back and fourth between local tables and Postgres so I was hoping to simply search the query SQL for "tablename" and replace with "public_tablename". This way I can quickly modify my front end without a lot of effort when I need to do this. I have multiple queries I need to do this to and its getting quite labor intensive. If I can see how to search and replace one query, then I can apply it to the rest of my queries. I know Ive done this before but I cannot find my working example anywhere. Does anyone have some VBA for this? I just need an example on one query.
Thanks
Thanks