I have a WHERE clause with some Or statements. If any are true, I would like to do this:
Then GetNumWeeks()+1 AND RecCnt+0
I am not sure how to word it so that it works. Also I need to reset GetNumWeeks() to the default, with the EmployeeNumber changes. Thanks for any help.
Then GetNumWeeks()+1 AND RecCnt+0
I am not sure how to word it so that it works. Also I need to reset GetNumWeeks() to the default, with the EmployeeNumber changes. Thanks for any help.