Tabs and record scrolling

  • Thread starter Thread starter sboegeman
  • Start date Start date
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
 
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.
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top