A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

regarding expression builder



 
 
Thread Tools Display Modes
  #1  
Old August 18th, 2005, 07:13 AM
shabla
external usenet poster
 
Posts: n/a
Default regarding expression builder

wat i want is to insert the calculated values(simple addition or subtraction)
in fields of my table by using expression builders in my forms..i have made
that feild in the table but still it doesnot store the paticular value in
that field..plz help me out..looking forward for ur replys..thanx

  #2  
Old August 18th, 2005, 12:20 PM
Douglas J Steele
external usenet poster
 
Posts: n/a
Default

It's generally considered a bad idea to store calculated values in the
table: it's almost always more efficient to recalculate the value, rather
than retrieve it from the hard drive, plus if you change any of the
underlying values, you must remember to perform a recalculation.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"shabla" wrote in message
...
wat i want is to insert the calculated values(simple addition or

subtraction)
in fields of my table by using expression builders in my forms..i have

made
that feild in the table but still it doesnot store the paticular value in
that field..plz help me out..looking forward for ur replys..thanx



  #3  
Old August 18th, 2005, 01:35 PM
fredg
external usenet poster
 
Posts: n/a
Default

On Wed, 17 Aug 2005 23:13:01 -0700, shabla wrote:

wat i want is to insert the calculated values(simple addition or subtraction)
in fields of my table by using expression builders in my forms..i have made
that feild in the table but still it doesnot store the paticular value in
that field..plz help me out..looking forward for ur replys..thanx


Use Access properly!
The long and short of it is that you probably should NOT store the
calculation result in any table.
As long as your table stores the individual data that makes up the
calculation, whenever you need the result, re-calculate it, in a
query, on using an unbound control on a form, or in a report.
=[Field1] + [Field2]

--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
 




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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Expression builder leaves me stumped DannyJ General Discussion 3 May 16th, 2005 11:39 PM
expression builder erased my expression Stefano General Discussion 1 December 6th, 2004 10:17 PM
Here's a shocker Mike Labosh General Discussion 2 October 26th, 2004 05:04 PM
non-functional Expression Builder Larry Running & Setting Up Queries 0 August 26th, 2004 03:00 PM
Expression Builder Hai Le General Discussion 3 August 13th, 2004 06:06 PM


All times are GMT +1. The time now is 06:31 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.