Hey all!
I have a dilema: I'm essentially building a tooltip for an object based on data found in a table. I have the following function to query for the data:
Public Function getItemTip(ByRef col As String, ByVal item As String)
Dim query As String
query = "SELECT ITEMS." & col & "...