If i want to work for a specific table in a sqlite database i use this method: || DIM hTable AS Table FOR EACH hTable IN MODMain.$Con.Tables IF hTable.Name = "tbALIMENTI" THEN ....instructions .... END IF NEXT|| Can i use another method without using FOR EACH? Thank you for your attention.