If the Admin field is >5 then I want to add that number into the equation.
ex. if the number in the admin field is say 8 then I would add 3 to the
other two columns.
raskew via AccessMonster.com said:
[hours] + [Mtg] + iif([[Admin]>5, [Admin], 0)
Specifically I need this.
Column Names.
Hours + Admin + Mtg
I only want to include the Admin value if it is >.5 and zero if it is less
than .5
I would like to insert a column in my query to add column three plus
column four ONLY if column four is greater than .5
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.