In Excel, I have created a table through a series of queries that shows all the equipment awaiting calibration in my lab. And then through VBA assigned technicians to certain equipment. That part works GREAT. The part that I need help with is when that table refreshes. It is set to refresh every hour, but when it does it clears out my "Assigned Technician" column. If I run the VBA macro again, it will assign items differently than before.
So I want the table to refresh, but I want it to not overwrite the "Assigned Technician" column with a null value (which it keeps doing). I've creating a copy of the first table which will hold on to the manually entered Tech names, and then merging the "Assigned Tech" column back into the original after the refresh, but it is not working right. I am guessing because the second table is a reference of the first, so I cant merge a dependent table back into the parent table. Is there a way that I can do this without creating a ridiculous amount of tables and queries that I am just going to hide from the user in the end?
I am sorry if I am not using the right jargon or verbiage. I don't use this skill set that often.