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 Rhinorhino 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 castlebuilder

  1. castlebuilder

    How can we create variabel name in VBA for SQL querying MS Access

    Thanks Zathras, it really worked... Have a nice Day!
  2. castlebuilder

    How can we create variabel name in VBA for SQL querying MS Access

    Here is the code: Private Sub OK_select_Click() If ListBox1.ListIndex = -1 Then bts_name = "Nothing" Else For i = 0 To ListBox1.ListCount - 1 If ListBox1.Selected(i) Then _ bts_name = ListBox1.List(i) Next i End If...

Part and Inventory Search

Back
Top