> The value stays null for the DB Check Box > if I leave it unchecked. I have the value > set to Y for checked and N for unchecked.
Unless you change the value, the underlying column will not be updated. If you click it on and off, then the value should change to N. If you want the default value for the column to be N, then you should set it as the column default in RBDEFINE, or using ALTER TABLE ALTER COLUMN. -- Larry
