Z
zaz
Hi,
I have a table which looks somewhat like this:
---------------------------
| Type | Name | Value |
---------------------------
| A | Ball | 1.00 |
| A | Cup | 2.00 |
| B | Fly | 0.50 |
(...and so on)
I want these displayed on a form, however, grouped by Type (similar to a
report), for example
Type: A
Ball [Textbox]
Cup [Textbox]
Type: B
Fly [Textbox]
Is such a thing possible?
The closest I can get is with multiple labels and conditional formatting.
Code seems to be of little use, as, if I try to set the Visible property of
the textbox, it applies to all textboxes on the form (or over the continuous
form).
Maybe there's something I missed? I wouldn't believe this to be exactly a
rare request...
Thanks a lot for reading, and many thanks in advance for any responses!
I have a table which looks somewhat like this:
---------------------------
| Type | Name | Value |
---------------------------
| A | Ball | 1.00 |
| A | Cup | 2.00 |
| B | Fly | 0.50 |
(...and so on)
I want these displayed on a form, however, grouped by Type (similar to a
report), for example
Type: A
Ball [Textbox]
Cup [Textbox]
Type: B
Fly [Textbox]
Is such a thing possible?
The closest I can get is with multiple labels and conditional formatting.
Code seems to be of little use, as, if I try to set the Visible property of
the textbox, it applies to all textboxes on the form (or over the continuous
form).
Maybe there's something I missed? I wouldn't believe this to be exactly a
rare request...
Thanks a lot for reading, and many thanks in advance for any responses!