Hi everyone,
I finally managed to find how to display things how I would like them but I was wondering what you think the best practices for that are, and if I'm not overdoing it.
Basically, I would like to have on my continuous subform fields from my table but only as a non-editable list (I have a dedicated mod form to actually modify the values), and I don't really like the way "Locked" and/or "Enabled" work, especially on combo boxes. To me, the arrow shouldn't be there: it looks like you can modify it, but you can't; it's a bit confusing and counter intuitive.
So what I did is replace those combo boxes with text boxes, and used DLookUp in the Control Source. Now I can lock and disable the text boxes and it looks just as I want it: you can't select the text, and most importantly there's no dropdown arrow.
It works, but it's kind of a lot of work compared to what it is with the cbo. Also, since those are calculated values, they take a fraction of a second to appear, as opposed to the nearly instantaneous display of the values with the cbo, and there's only 5 entries in my test database...
So I was wondering if that solution has been used by someone, if it is viable or if there's a better one, or if I should really stick to the locked combo boxes.
What do you think?
Many thanks in advance for your input!
I finally managed to find how to display things how I would like them but I was wondering what you think the best practices for that are, and if I'm not overdoing it.
Basically, I would like to have on my continuous subform fields from my table but only as a non-editable list (I have a dedicated mod form to actually modify the values), and I don't really like the way "Locked" and/or "Enabled" work, especially on combo boxes. To me, the arrow shouldn't be there: it looks like you can modify it, but you can't; it's a bit confusing and counter intuitive.
So what I did is replace those combo boxes with text boxes, and used DLookUp in the Control Source. Now I can lock and disable the text boxes and it looks just as I want it: you can't select the text, and most importantly there's no dropdown arrow.
It works, but it's kind of a lot of work compared to what it is with the cbo. Also, since those are calculated values, they take a fraction of a second to appear, as opposed to the nearly instantaneous display of the values with the cbo, and there's only 5 entries in my test database...
So I was wondering if that solution has been used by someone, if it is viable or if there's a better one, or if I should really stick to the locked combo boxes.
What do you think?
Many thanks in advance for your input!