Search results

  1. C

    ComboBox VBA

    Cheers How odd. I put the if statement in and it still didn't work. After I made the combobox have the focus it worked. Strange. Thank you very much for that. I really appreciate it.
  2. C

    ComboBox VBA

    Still got the error It's set to 2 but I still get the error? Any ideas anyone?
  3. C

    ComboBox VBA

    Still get error all i get is Run Time error 94 --> invalid use of null
  4. 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...
  5. C

    Forms List Box

    Access Lists I found something in that previous post I am going to try. Will re-post if I get stuck. Many many thanks.
  6. C

    Forms List Box

    Access Forms Hi, I dont want a file open/save dialog. I need a combo box that lists files within a folder if that makes sense? Exactly like filelistbox's in VB6.
  7. 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.
  8. 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