I think I have another issue.
Example: Say
strSQL="SELECT last_name, first_name FROM people WHERE id=7"
Im trying to get
BaseQueryFormStr = "id=7"
I want everything from the right of "WHERE" The code, as it is, I don't believe will perform as I want it too.
I thought...