Search results

  1. C

    ComboBox VBA

    Hi, I have a combobox with two columns - e.g. 1001 "Roger Spencer" When i use: userNom = comboNom.column(2), The debugger returns "null" I thought that the index may have started at 0, so i tried combonom.column(1) and that still returned null. Any ideas on how to return the second...
  2. C

    Forms List Box

    is it possible to have a file list box in access - i.e. that lists all files in a specified folder. I know this is possible in VB6 but i need to do it in access 2000.
  3. C

    Access Form File Lists

    Hi, I am trying to create a student work log in access 2000 for a school (non-profit). I wondered if its possible to have a list box that can show the contents of a folder on the hard-disk. When a file is selected it will execute. It would get the folder path from a variable and it will need to...
Back
Top Bottom