Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sivav

  1. sivav

    SSTab still giving me trouble

    Chk this out MarcMellor: Private Sub SSTab1_Click(PreviousTab As Integer) Adodc1.RecordSource = "SELECT(*) FROM PupilResultsData_ WHERE Module = '" & SSTab1.Tab + 1 & "'" Adodc1.Refresh End Sub
  2. sivav

    SSTab still giving me trouble

    Try this out , it should work . I use the same kinda code to change the recordsource. Private Sub SSTab1_Click(PreviousTab As Integer) Select Case Me.SSTab1.Tab Case 0 MsgBox "Zero" Case 1 MsgBox "One" Case 2 MsgBox "Two&quot...

Part and Inventory Search

Back
Top