Updating form field with results of programatic calculation

  • Thread starter Thread starter Douglas Cowie
  • Start date Start date
D

Douglas Cowie

Hi, folks.

Sorry if this is obvious, but I am a newbie. I have modified a form
added a field, and set it as a number type. I would like to fill i
with a calculation from my vba code. How do I do this?

Thanks in advance. :confused
 
You can either set a formula on the control bound to the property or write
code in the Item_Write or other event.
 
Back
Top