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.
 

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