Rather than specifying invisible in the property box, you may want to put it in the Form's OnCurrent Event. That way each time go to a new record it will be invisible again. Alternately you could put the code in the AfterInsert event, so that it became invisible at that point.