Hi all,

Just wondering:

i have a userfom with a "multipage1" on it, one page is called "gas" the other "electricity".

when i click save i want the page that is at the front to determine what is saves. i.e:

Select Case Multipage1.Name
     Case "gas"
             Do this
     Case "electricity"
             Do that
End Select
Except i cant wor out how to tell which is on top?

please help