I have this: on mouseUP put "1" into tDataA["fldStatus"] dbWhere "fldOn", fldOn -- fldOn should equal fldOn in the database put dbUpdate ("contacts", tDataA) into tResult end mouseUP Basically what I want is to make sure that in the dbWhere statement that fldOn from the form = fldOn in the database.