C
Cynthia
How do you change a -1 true value to a positive 1 so it shows up as just 1 on
the corresponding table?
the corresponding table?
Cynthia said:How do you change a -1 true value to a positive 1 so it shows up as just 1
on
the corresponding table?
Cynthia said:Thanks. It does make more sense to leave it and just run queries and
convert
it. How do I convert it?
Thanks. It does make more sense to leave it and just run queries and convert
it. How do I convert it?
[quoted text clipped - 7 lines]Or you could leave the table and form as they are, and use a query to
convert the -1 to 1 whenever you need to report, export, or sum it.
Linq Adams via AccessMonster.com said:You don't really need a query to do this, just use the Abs() function
whenever you're dealing with it.
Abs(YourField)