Tabs and record scrolling

S

sboegeman

Hi -

I have a combo box that automatically sets the focus of one of 3 tab pages
based on the value selected in the combo box. I'd like to be able to do the
same thing when scrolling through records.

Any help is appreciated!!

Steve
 
D

Damian S

Hi Steve,

Put the same code in the on current event of the form, remembering to check
if the combo is null of course!! That way as you change records, it will
trigger the event and set the focus as necessary.

Damian.
 
S

sboegeman via AccessMonster.com

Hi Damian -

It worked like a charm!!! Thank you so much for the help!!!

Damian said:
Hi Steve,

Put the same code in the on current event of the form, remembering to check
if the combo is null of course!! That way as you change records, it will
trigger the event and set the focus as necessary.

Damian.
[quoted text clipped - 5 lines]
 
Top