Recent content by galura.jayar

  1. G

    extension bar

    can i asked some suggestion, how can i do this situation. i dont know what it is exactly called, but i want to have an extension bar, that when i click an item it will extend its sub item, example. i have an item proffesion, when i click it the sub item will extend, it gives (...
  2. G

    Listview

    'by jay Private Sub PopulateListView() On Error Resume Next Lst_addsite.ListItems.Clear Set dbs = CurrentDb strSQL = "SELECT * FROM temp_addsite Order By Site_No" Set temprs = dbs.OpenRecordset(strSQL, dbOpenSnapshot) If temprs.RecordCount > 0 Then temprs.MoveFirst Do Until temprs.EOF...
Back
Top Bottom