Search results

  1. L

    Record-dependant image

    Hello Access people. I've got a table of employees, and one of its fields is a string containing the path for a small picture. So far, I've been able to retreive the image easily without problems in different forms, by inserting any blank image with the desired size on the form and then setting...
  2. L

    Combobox with two bound columns?

    Hello everyone, I've got a query that gives me something like a composite-key: ID1.......ID2......txtDescription 1...........1........aaaaaa 1...........2........bbbbbb 1...........3........ccccccc 2...........1........dddddd 2...........2........eeeeee etc. Now, in a form's datasheet view...
  3. L

    Update combobox value while dirty

    Hey there, I'm new to the forum. I've got a form with textboxes and comboboxes and I'm trying to set up some "hotkeys" so that if the user presses an F-key while still writing on the controls, a certain function will be run. So for each of the controls I'm writing an OnKeyDown event. The...
Back
Top Bottom