In access repots I want Field A to populate with Field b*Field c if field d = yes and Field e = yes. And If field D and Field E are not yes I would like to see zero dollars.
Example below:
Field B 50
Field C $1.00
Field D YES
Field E YES
Result I need:
Field A $50.00
I'm new to SQL and I need to count a unique record in the field. I tried..
select count (distinct ' ') as
but it didn't work the way I wanted it to.
Dbase example:
idnumb
88888
88888
88888
44444
44444
I need these results:
88888 3
44444 2
I know this is really easy..but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.