Search results

  1. I

    Filter combobox based on the last end point

    Hello, Good day. I have a table which has a "Start" and "End" fields, and i made a query based on this fields which continues to look up the next points until the last end points. I wanted to filter the last end points on the query table that was related on the combobox value. Anyone could...
  2. I

    Count Distinct Values in a Table

    Dears, I have a table that consist of 20 fields from a query, i would like to show the unique values from all fields in a text inside the form. And also count that unique values in another text in the same form. How will i do it? br, ivan
  3. I

    Excel VBA to Access VBA

    Hello, I have the excel vba in my data and i wanted to convert the vba code in access. below is my code that i'm working on from excel vba, idA = Application.Index(wsPT.Range("B2:B" & wsPT.Cells(Rows.Count, "B").End(xlUp).Row), 0, 1) idB = Application.Index(wsPT.Range("C2:C" &...
  4. I

    Excel VBA to Access VBA

    Hello, I have the excel vba in my data and i wanted to convert the vba code in access. below is my code that i'm working on from excel vba, idA = Application.Index(wsPT.Range("B2:B" & wsPT.Cells(Rows.Count, "B").End(xlUp).Row), 0, 1) idB = Application.Index(wsPT.Range("C2:C" &...
  5. I

    Access Table Array

    Hi, I have a table in access and i would like to create an array for two fields in that table. How should i code it in access vba? any one have tried this before. please help. thanks! br,
  6. I

    Get Folder File List

    Hi, I wanted to get the File List in a specified folder and put it in a listbox but i dont know how to do it, does anyone have the code? br, :)
Back
Top Bottom