Search results

  1. J

    Sorting arrays

    Hi guys, I have an array that I would like to sort in descending order. I've tried looking in my book and on google but I can't seem to find any information about functions that would do this. How does one sort an array in access?
  2. J

    Updating list boxes via combo boxes

    *Slaps hand on forehead* I moved the code from the Form_Open event to the combo_box_Change event and everything works fine now. Thanks a lot for your help.
  3. J

    Updating list boxes via combo boxes

    Hi there. I've been having trouble with this all day and I was hoping someone could help. Here is what I am trying to do: 1) The user selects a value from a combo box. This combo box has 2 columns. The first column is a username and the second column is that user's initials. The only...
  4. J

    File searching/opening

    Thank you so much. This will be a big help. I really appreciate it.
  5. J

    File searching/opening

    Point away. I'm using Access 2002 and I have the Office Suite.
  6. J

    File searching/opening

    Hello everyone, I'm am fairly new to Access and I am having difficulty finding out how to do the following: I would like to search for files in a directory (by name), then display the results in a list box. I would then like to be able to double click or press a button to open a particular...
  7. J

    A tricky query

    I have no control over how the database is written. I'm merely doing what I am told. There are multiple race fields because that data is used for statistics. What if I was to make my question a bit simpler? What if it was like this? Pat_ID Rec_ID Race...
  8. J

    A tricky query

    Hi guys (and gals?). I'm running into a snag with a database I am writing and I could really use some help. I'm at my wits end. I have a table that stores a patient id, a record id, 3 fields for race, and other data. The main part looks something like this. Pat_ID Rec_ID Race1...
Back
Top Bottom