S
sheree
I would like to dynamically generate a form at runtime based on query
results. What I would like to do is this: I have a table called Event
which contains only 2 fields: EID and Symptom. I would like to create
a form (with a specific name) that contains a series of checkboxes and
corresponding labels -- one for each record in the Event table. The
label should be exactly the same as the Symptom field (char field).
And the checkbox should be unbound, but should carry the name of the
EID. Ideally, I would like these to show up in 3 columns on the form
(along with a couple other controls that I will worry about later).
I don't even know where to begin with this for the syntax. Any code
samples you could show me would be great! Thanks so much for your
time.
results. What I would like to do is this: I have a table called Event
which contains only 2 fields: EID and Symptom. I would like to create
a form (with a specific name) that contains a series of checkboxes and
corresponding labels -- one for each record in the Event table. The
label should be exactly the same as the Symptom field (char field).
And the checkbox should be unbound, but should carry the name of the
EID. Ideally, I would like these to show up in 3 columns on the form
(along with a couple other controls that I will worry about later).
I don't even know where to begin with this for the syntax. Any code
samples you could show me would be great! Thanks so much for your
time.