2130 Insert value was not valid

Advantage Error Guide

Problem: A value in the INSERT value list was not valid. For example, "INSERT INTO mytable (field) VALUES ( sum(field2) )" is not valid.

Solution: The values in the INSERT list cannot be aggregate functions or logical expressions such as "3 < 4".