1. I'm working on a database for awards. I have a table with a yes/no field. What I want is another field in the table to equal -1 if the yes/no field is yes. If it doesn't, then it's 0. This data will be linked to another table where a running inventory is kept. Thanks.
I've tried sum([yes/no field]), but it gives me the total sum of the database...grrrr...
I've tried sum([yes/no field]), but it gives me the total sum of the database...grrrr...