dbTalk Databases Forums  

Re: values from forms

comp.database.ms-access comp.database.ms-access


Discuss Re: values from forms in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
parn
 
Posts: n/a

Default Re: values from forms - 06-27-2003 , 02:33 PM






assuming some event kicks off the calculation....
e.g., some control is updated? lets call it txtCtrl1
and you want txtCtrl2 automatically updated with the calculation,
put in the AfterUpdate event for txtCtrl1 l the following:

me!txtCtrl2.value = 1+1

1+1 being your calcuation.

Richard wrote:

Quote:
the result from a calculation in a form (new Record will not update the
table. Non arithemtic values will update. Can you help???


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.