Hi,
I have 7 columns in the database for seven days of the week with a Y or N value.
I want to calculate the number of days worked based on the value Y.
Can some one help?
Thanks in advance.
How about step through each field and increment a counter if it contains a Y?