D
DOYLE60
I am able to change the page on a tab to match some current information for
each record using the following code:
If DivisionNumber = 888 Then
Me!Tab1 = 1
Else
Me!Tab1 = 0
End If
But it also puts the focus on the first object on that page. I would like the
focus to stay where it is instead of changing. What is the code I need to add
to do that?
Thanks,
Matt
each record using the following code:
If DivisionNumber = 888 Then
Me!Tab1 = 1
Else
Me!Tab1 = 0
End If
But it also puts the focus on the first object on that page. I would like the
focus to stay where it is instead of changing. What is the code I need to add
to do that?
Thanks,
Matt