ragnarok75
MIS
I have a table with the following fields
Autonumber
F1
F2
F3
F4
Q1
Q2
Q3
Q4
Q5
Q6
Q7
I need to write code which will count the number of F fields that are not null per each record. I want the same done for Q fields - Count of F and Count of Q.
Any ideas?
Autonumber
F1
F2
F3
F4
Q1
Q2
Q3
Q4
Q5
Q6
Q7
I need to write code which will count the number of F fields that are not null per each record. I want the same done for Q fields - Count of F and Count of Q.
Any ideas?