A
alex
Hello All,
Using Access ’03…
I’ve been trying to figure out how to display multiple messages on a
form (e.g., in a textbox, listbox, or something else).
My form contains checkboxes that hide/unhide columns on a subform (the
value of each checkbox is stored in a table and differs per record).
Based on the value of each/any checkbox, I’d like to display a line of
text letting the user know the SQL code that he/she is writing behind
the scenes…[the user populates the subform that’s compared against
another table, so in essence they’re writing the where clause]
I’ve been able to do this in a textbox, but I need multiple lines
(multiple sentences) should the user have > 1 checkbox checked.
I tried using labels (which worked) but I had them popping up all over
the form.
I tried using a case statement…no luck.
I tried using a query but I couldn’t figure out how to relate the
value of the checkbox to the actual record displayed on the form.
Any solution would need to evaluate itself (maybe on current, or after
update) after each record change because the checkbox value will
change.
Any thoughts?
alex
Using Access ’03…
I’ve been trying to figure out how to display multiple messages on a
form (e.g., in a textbox, listbox, or something else).
My form contains checkboxes that hide/unhide columns on a subform (the
value of each checkbox is stored in a table and differs per record).
Based on the value of each/any checkbox, I’d like to display a line of
text letting the user know the SQL code that he/she is writing behind
the scenes…[the user populates the subform that’s compared against
another table, so in essence they’re writing the where clause]
I’ve been able to do this in a textbox, but I need multiple lines
(multiple sentences) should the user have > 1 checkbox checked.
I tried using labels (which worked) but I had them popping up all over
the form.
I tried using a case statement…no luck.
I tried using a query but I couldn’t figure out how to relate the
value of the checkbox to the actual record displayed on the form.
Any solution would need to evaluate itself (maybe on current, or after
update) after each record change because the checkbox value will
change.
Any thoughts?
alex