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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top