In datasheet view, by pressing the + or - sign.
sounds like your subform's SourceObject property is set to a table object,
not to another form object, is that correct? and the table has its'
Subdatasheet property set to [Auto] or to the name of another table, is that
correct?
if so, i don't think there's any way to do what you're asking. fields in
table have properties, of course, but not the Event properties that you find
in form objects and form controls. that's one reason that it's recommended
that users never have direct access to tables, all data interaction should
be performed through forms - where the developer can control those
interactions.
hth
> In datasheet view, by pressing the + or - sign.
>
[quoted text clipped - 6 lines]
> > > when the form is expanded?
> > > Thanks.