How to rewrite VBA SQL statement to prevent SQL Injection?

I have this code below. I asked a non-related question about it yesterday and it was pointed out to me that it’s wide open for SQL Injection. I did some research but I am a bit lost about what exactly to do here. How should I rewrite this procedure to prevent SQL Injection possibility? Thanks.… Read More How to rewrite VBA SQL statement to prevent SQL Injection?