Recent content by lenni

  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?

    I do not want to concatenate any fields. That was really not my question.
  3. L

    Combobox with two bound columns?

    Yes, Pat, thank you. I understand how combo boxes work, and how they don't work. Bob fitz's answer was the key to solving my problem. I already did it that way and works like a charm. Thanks to everyone!!!
  4. L

    Combobox with two bound columns?

    I'll try the textbox with de Dlookup control source, thanks!!!
  5. 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...
  6. L

    Update combobox value while dirty

    Thanks for your reply. Yes, I know, but the problem is that it's not easy to update Me.MyComboName.Value from Me.MyComboName.Text because it's a two-column combobox, as I explained above. So while "value" refers to the first column, "text" matches (at least in part) the second column. And I...
  7. 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