Larry Sorry, I should have said I am doing Enter Using formXXX....
In 6.x if you left the box unchecked RBase put in that value in the field when you did Enter Using FormXXX. Marc > > 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 > >
