Query help, Calculating multiple Fields.

Feprincess

Registered User.
Local time
Today, 02:45
Joined
Jul 30, 2007
Messages
31
I've imported an Excel file into a table and now I've created a Query from it.
I now need to Add Fields (names are not in the table) and calculate totals for these renamed fields some of the answers are going to be the result of two or three fields.
Any help would be greatly appreciated.
thanks
 
You can always add calculated field to a query in desgn mode
 
I'm trying to do that but I don't think that I have the right formula...
Is there a specific formula for adding fields?
 
In the design grid:

NewFieldName: Field1 + Field2
 
Thank you.
Could you give me some advice?
I have multiple fields all with different amounts in them.
Each answer will result in ten different fields starting: Student_1, Student_2.
Do I enter the name of the fields or the actual numbers. Some are minutes and some are in hours, so the hours have to be mulitplied by 60.
 
You enter the name of the field, presuming you want the value from the field. You'd enter an actual number if it was constant. Thus you may have something like:

NewFieldName: HoursFieldName * 60
 
Thanks so much. One more thing:
How would I set up the actual calculation?
Is it in [] or () or sum(fileld name + field name)?
thanks
 
Probably the third, though if your field names have the inadvisable spaces in them, you'd have to bracket the field names. It may help if you posted the actual calculation you're trying to do.
 
ok,I'm trying to calculate the total minutes for summer school attendence.
I have roughly 30 fields (three fields to calcualte per student).
So far I've just created the Query and added empty fields with Student_1 to Student_10. My description may be too confusing, I'm sorry.
 

Users who are viewing this thread

Back
Top Bottom