I am trying to use the code below to put the result into a varible:
strSQL = "SELECT COUNT(*) FROM adult_key_pro WHERE adult_key_pro.key_inc_id = 12;"
The problem is that the variable has nothing in it when I stop the code using a breakpoint.
Any help would be appreciated.
strSQL = "SELECT COUNT(*) FROM adult_key_pro WHERE adult_key_pro.key_inc_id = 12;"
The problem is that the variable has nothing in it when I stop the code using a breakpoint.
Any help would be appreciated.