Forms

  • Thread starter Thread starter TaylorLeigh
  • Start date Start date
T

TaylorLeigh

I want to popluate one field on a form based on information I enter in
another field. Much like Product gives you the price.

Thanks,
 
I want to popluate one field on a form based on information I enter in
another field. Much like Product gives you the price.

Thanks,

Use the AfterUpdate event of the control to "push" the desired value into the
other control.

For a more detailed answer post a more detailed question.
 
Back
Top