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  

populate calculated text box from main form



 
 
Thread Tools Display Modes
  #1  
Old July 30th, 2009, 06:51 PM posted to microsoft.public.access.forms
Revned
external usenet poster
 
Posts: 48
Default populate calculated text box from main form

hi,

is there anyway to populate calculated fields like my text boxes in my main
form
to a table

i just want to ask this question because i have text boxes with formula on it
can i tell access to populate it in a table...can you give idea how or any
sample db or link to read from

i appreciate your time and kind help

thanks
  #2  
Old July 30th, 2009, 08:28 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default populate calculated text box from main form

You should not be storing calculated fields in a table. It violated database
normalization rules. Storing calculated fields only wastes time and disk
space and have a high likelyhood of becoming incorrect. You should present
the value as a calculation on forms or reports.
--
Dave Hargis, Microsoft Access MVP


"Revned" wrote:

hi,

is there anyway to populate calculated fields like my text boxes in my main
form
to a table

i just want to ask this question because i have text boxes with formula on it
can i tell access to populate it in a table...can you give idea how or any
sample db or link to read from

i appreciate your time and kind help

thanks

  #3  
Old July 30th, 2009, 08:56 PM posted to microsoft.public.access.forms
Revned
external usenet poster
 
Posts: 48
Default populate calculated text box from main form


thank you Klatuu very nice and helpful ideas

"Klatuu" wrote:

You should not be storing calculated fields in a table. It violated database
normalization rules. Storing calculated fields only wastes time and disk
space and have a high likelyhood of becoming incorrect. You should present
the value as a calculation on forms or reports.
--
Dave Hargis, Microsoft Access MVP


"Revned" wrote:

hi,

is there anyway to populate calculated fields like my text boxes in my main
form
to a table

i just want to ask this question because i have text boxes with formula on it
can i tell access to populate it in a table...can you give idea how or any
sample db or link to read from

i appreciate your time and kind help

thanks

 




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


All times are GMT +1. The time now is 02:59 AM.


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