qurn
Registered User.
- Local time
- Today, 12:22
- Joined
- May 2, 2005
- Messages
- 63
I have a simple problem that I can’t seem find any help for. I’ve tried searching and browsing the forums with no luck. I have a Boolean (yes/no) column that I would like to be dependent on an equation containing fields in a table. The equation is simple: I have three columns I’ll call them A, B and H.
The Equation is: A*12+B<H
If it’s true then the field will equal yes, if the equation is false then the field equals no.
I’d like to have this in a query that I can base a report off of. I know very little about SQL or VBA so when I see SQL or VBA terms used I can’t always tell what they mean. So if someone could tell me what I need to do I’d also know where to put it. Thanks A bunch!
The Equation is: A*12+B<H
If it’s true then the field will equal yes, if the equation is false then the field equals no.
I’d like to have this in a query that I can base a report off of. I know very little about SQL or VBA so when I see SQL or VBA terms used I can’t always tell what they mean. So if someone could tell me what I need to do I’d also know where to put it. Thanks A bunch!