J
Jamie
I have a continuous form with two unbound text box controls. I want
to put information in these controls based on values of some of the
fields in the underlying query. I have a procedure that acts on the
form_current event that seems to do the work.
The problem is that all of the records get the same result which is
based on the values in the first record. If I click on another record
in the form, then all of the records take on the result of the
calculation for the record I just clicked on. This makes sense for
the one record since clicking on the record changes the current record
and calls form_current. What doesn't make sense is that all of the
records are affected.
I have tried keying off of other events besides form_current with no
success. I have also tried using conditional formatting for other
textbox controls in this form based on values of the record and get
the same effect. Is there a setting or procedure that I am not aware
of that will get the effect I really want, which is to have each
record formatted independently in the continuous form?
to put information in these controls based on values of some of the
fields in the underlying query. I have a procedure that acts on the
form_current event that seems to do the work.
The problem is that all of the records get the same result which is
based on the values in the first record. If I click on another record
in the form, then all of the records take on the result of the
calculation for the record I just clicked on. This makes sense for
the one record since clicking on the record changes the current record
and calls form_current. What doesn't make sense is that all of the
records are affected.
I have tried keying off of other events besides form_current with no
success. I have also tried using conditional formatting for other
textbox controls in this form based on values of the record and get
the same effect. Is there a setting or procedure that I am not aware
of that will get the effect I really want, which is to have each
record formatted independently in the continuous form?