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  

how do I update a table column from data entered in form



 
 
Thread Tools Display Modes
  #1  
Old December 21st, 2005, 02:53 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default how do I update a table column from data entered in form

I have several columns in table that are populated by enterring data via
form. A final column is the sum of all of the data input into the other
columns. How do I get Access to automatically add up the individual columns
to give the sum.
  #2  
Old December 21st, 2005, 03:01 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default how do I update a table column from data entered in form

You don't. You use a query to give you the total.

See:
Calculated fields
at:
http://allenbrowne.com/casu-14.html

BTW, if you adding lots of columns across the table (like you would in a
spreadsheet), chances are that these items should be recorded in a related
table. For example, if you have fields such as:
SpendID
SpendDate
Veges
FrozenFood
Deli
Cerial
the data would be better stored with a related table has has many *records*
for the different types of food, rather than many fields. The related table
would have fields:
SpendID which record in the main table this relates to
FoodType choose from "Veges", "Frozen Food", etc,
SpendAmount dollars for this food type in this entry.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"frank hinchley" frank wrote in message
...
I have several columns in table that are populated by enterring data via
form. A final column is the sum of all of the data input into the other
columns. How do I get Access to automatically add up the individual
columns
to give the sum.



 




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
Help again from Ken Snell (Query) Randy Running & Setting Up Queries 22 August 29th, 2005 08:15 PM
Multiple Options Group Patty Stoddard Using Forms 19 August 4th, 2005 02:30 PM
Can I link 1 form to several tables? Mico Using Forms 7 July 6th, 2005 07:36 PM
Table Design A. Williams Database Design 3 April 29th, 2005 07:02 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM


All times are GMT +1. The time now is 08:57 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.