Subtracting Fields

K

Klatuu

That works, but it is depressing. Every time I do it, Balance < 0 = True
:(
--
Dave Hargis, Microsoft Access MVP


Lynn Trapp said:
Desi,

SELECT [Income] - [Expense] AS Balance
FROM YourTable;

--
Lynn Trapp


Desi said:
I'm trying to subract income and a expense field to get a balance.
 
L

Lynn Trapp

Yeah, I always get the same results too...LOL

--
Lynn Trapp


Klatuu said:
That works, but it is depressing. Every time I do it, Balance < 0 = True
:(
--
Dave Hargis, Microsoft Access MVP


Lynn Trapp said:
Desi,

SELECT [Income] - [Expense] AS Balance
FROM YourTable;

--
Lynn Trapp


Desi said:
I'm trying to subract income and a expense field to get a balance.
 
D

Desi

Ms. Trapp, I'm sorry i didn't make myself clear. I don't know how to explain
the problem. Is there some way I can email you my database, so you can see
what I'm referring to??

Lynn Trapp said:
Desi,

SELECT [Income] - [Expense] AS Balance
FROM YourTable;

--
Lynn Trapp


Desi said:
I'm trying to subract income and a expense field to get a balance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top