I am using Access 2003. I have this following VBA expression:
overtime = monday + tuesday + wednesday + thursday + friday + saturday + sunday
For example, if monday = 9 and any of the other days are null then overtime = null. How can I add this string and result with an answer of 9 ?
Thanks so much...
overtime = monday + tuesday + wednesday + thursday + friday + saturday + sunday
For example, if monday = 9 and any of the other days are null then overtime = null. How can I add this string and result with an answer of 9 ?
Thanks so much...