please help

C

chandimichele

ok this is probably so simple. i made a query in including last name, first
name, projected salary and bonus for a business. i need to calculate the
total salary ( projected salary + bonus) and i dont know how.could someone
help?
Thanks chandise
 
R

Rick Brandt

chandimichele said:
ok this is probably so simple. i made a query in including last name,
first name, projected salary and bonus for a business. i need to
calculate the total salary ( projected salary + bonus) and i dont
know how.could someone help?
Thanks chandise

In the query design grid type into an empty column...

TotalSalary: [projected salary] + bonus
 
C

chandimichele

ok thanks so much! but wow i feel really dumb. Ha ha.

Rick said:
ok this is probably so simple. i made a query in including last name,
first name, projected salary and bonus for a business. i need to
calculate the total salary ( projected salary + bonus) and i dont
know how.could someone help?
Thanks chandise

In the query design grid type into an empty column...

TotalSalary: [projected salary] + bonus
 
Top