Continuous Forms & After Update

  • Thread starter Thread starter Evan McCutchen
  • Start date Start date
E

Evan McCutchen

Hello,

I have a subform viewed as a "continuous form" on which i need to use a cbo
box (on its afterupdate event) to update a txtbox. When the cbobox does
change, it changes the value of the current record as well as any of the
other records that are displayed on the form. Is there a way to have it
only change with the current record?

Thanks
Evan M
evan ISAT radiologyonesource DOT com
 
You have to have that text box field bound.

You could cook up some function that returns the given value for the given
"id", but as a general rule, if a text box is NOT bound, then it can only
display the value it is given...and it will be the same for all records...
 
Thanks Albert!
I would have never thought it to be so simple! Have a good weekend!

Evan M
evan AT radiologyonesource DOT com
 
Back
Top