Consulting

Results 1 to 20 of 108

Thread: Concept only required

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Hi Ted

    The code is almost OK, but page indices start with zero, so to display Page1 you need to set Multipage.Value to zero. Decrease the values by one E.g.
    [vba]Private Sub btngenPrevious_Click()
    'instad of Employeeinduction.MultiPage1.Value = 1
    Employeeinduction.MultiPage1.Value = 0
    End Sub[/vba] (I made all necessary changes and attached the modified workbook.)

    Also, you may want to consider a pair of buttons off the multipage that would take care of all page turnings. This, too, is included in the modified workbook.

    Regards,

    Jimmy
    Last edited by JimmyTheHand; 03-23-2007 at 04:59 AM.
    -------------------------------------------------
    The more details you give, the easier it is to understand your question. Don't save the effort, tell us twice rather than not at all. The amount of info you give strongly influences the quality of answer, and also how fast you get it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •