Hi folks,
an every few months recurring question I have is, that I would need a kind of DropDown-Box without a dropdown.
Or lets call it a DLookup-field.
Reason:
In a table-field there is a value stored (a '1' for example).
In the form now, I want to display the regarding text, which should be taken from a detail-table ('Number one' for example).
I have different possibilities doing this:
1. A calculated formfield (using a DLoopup or any other way to get the text): Nice, but the annoying disadvantage is, that it is calculated lets say a second delayed, after changing the current dataset.
2. A DropDown-control (ComboBox). This is displayed without any delay, but it looks like a ComboBox. But I don't want the user getting the idea to 'open' it. So this would be perfect, if it would just look like a textbox or a label.
3. A Listbox. Arguments are the same as in point 2.
4. The forms recordsource could join the stuff together, but this could be a horrible huge query, if you have several such fields. Additionally you could get problems with having a no more editable recordsource.
Question:
What I want is a control, looking like a TextBox (or maybe like a label), which operates like a ComboBox (getting values from detailtables immediately).
I know Access since V2.0, now using 2007.
But this annoying problem is recurring all the time.
Is there a solution anywhere?
Maybe I'm just too blind?
Regards,
AtzeX
an every few months recurring question I have is, that I would need a kind of DropDown-Box without a dropdown.

Or lets call it a DLookup-field.
Reason:
In a table-field there is a value stored (a '1' for example).
In the form now, I want to display the regarding text, which should be taken from a detail-table ('Number one' for example).
I have different possibilities doing this:
1. A calculated formfield (using a DLoopup or any other way to get the text): Nice, but the annoying disadvantage is, that it is calculated lets say a second delayed, after changing the current dataset.
2. A DropDown-control (ComboBox). This is displayed without any delay, but it looks like a ComboBox. But I don't want the user getting the idea to 'open' it. So this would be perfect, if it would just look like a textbox or a label.
3. A Listbox. Arguments are the same as in point 2.
4. The forms recordsource could join the stuff together, but this could be a horrible huge query, if you have several such fields. Additionally you could get problems with having a no more editable recordsource.
Question:
What I want is a control, looking like a TextBox (or maybe like a label), which operates like a ComboBox (getting values from detailtables immediately).
I know Access since V2.0, now using 2007.
But this annoying problem is recurring all the time.
Is there a solution anywhere?
Maybe I'm just too blind?
Regards,
AtzeX