I found that there is something like Sum([col 1]), and I get that....
I have two columns that are populated via check boxes on the form called 'Sent' and 'Signed'. Once checked, the value in the table is a -1.
I need to divide the total sums to get a percentage of signed vs. not signed.
In Access, what would be the formula I enter in the query field (named %Completed) I made to display the answer? I tried:
%Completed:Sum([Signed])/Sum([Sent])
That doesn't work!
There is a need to display the %Compeleted result on the form. The result should be the % for ALL items on the form, so no matter which Supplier I scroll to, the % value does not change. And as I select and/or deselect between the Signed and Sent check boxes on each supplier, the % will update.
Is this confusing??
I have two columns that are populated via check boxes on the form called 'Sent' and 'Signed'. Once checked, the value in the table is a -1.
I need to divide the total sums to get a percentage of signed vs. not signed.
In Access, what would be the formula I enter in the query field (named %Completed) I made to display the answer? I tried:
%Completed:Sum([Signed])/Sum([Sent])
That doesn't work!
There is a need to display the %Compeleted result on the form. The result should be the % for ALL items on the form, so no matter which Supplier I scroll to, the % value does not change. And as I select and/or deselect between the Signed and Sent check boxes on each supplier, the % will update.
Is this confusing??
Comment