Code: Select all
put "SELECT * FROM " & tTableName & "WHERE tcertn = " & tCertN & ";" into tSQL
put revDataFromQuery(Tab, cr, gConnectionID, tSQL) into tData
tCertN = 3
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
put "SELECT * FROM " & tTableName & "WHERE tcertn = " & tCertN & ";" into tSQL
put revDataFromQuery(Tab, cr, gConnectionID, tSQL) into tData