I am trying to write some code to be performed at the on Click event of
selecting a tab on my form. This event, however, only seems to work
spasmodically. Is this a 'feature' of Access 2003 and is there a way round
it? I notice an earlier question was posted and the advice was to use the
'change' event, but I can't find a change event. Is it me?
Rick Brandt - 03 Oct 2005 16:24 GMT
> I am trying to write some code to be performed at the on Click event
> of selecting a tab on my form. This event, however, only seems to work
> spasmodically. Is this a 'feature' of Access 2003 and is there a way
> round it? I notice an earlier question was posted and the advice was
> to use the 'change' event, but I can't find a change event. Is it me?
The Click event of a TabPage is not what you think it is. Use the Change
event of the TabControl instead.

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com