Hello,
I would like to create a qry that matches the positive with the corresponding negative value. For example, $19,000 and -$19,000 would match up. Thank you in advance.
-Charles
![]()
Hello,
I would like to create a qry that matches the positive with the corresponding negative value. For example, $19,000 and -$19,000 would match up. Thank you in advance.
-Charles
![]()
Dear cwert11,
You can use Absolute function:
Abs(number)
Thanks