Yohn Member Nov 4, 2008 #1 Hy. I have something like this: iMjesec = MONTH(TODAY). IF iMjesec = 13 THEN iMjesec = 1. I have to take records weekly of current month, not monthly. How do I do that. I'm new in this programing. thx.
Hy. I have something like this: iMjesec = MONTH(TODAY). IF iMjesec = 13 THEN iMjesec = 1. I have to take records weekly of current month, not monthly. How do I do that. I'm new in this programing. thx.
TomBascom Curmudgeon Nov 4, 2008 #2 What part of yesterday's answer is unclear? Yohn said: Hy. I have something like this: iMjesec = MONTH(TODAY). IF iMjesec = 13 THEN iMjesec = 1. I have to take records weekly of current month, not monthly. How do I do that. I'm new in this programing. thx. Click to expand... Your question is very unclear. Your example doesn't seem to relate to it at all. What is it that you are trying to do?
What part of yesterday's answer is unclear? Yohn said: Hy. I have something like this: iMjesec = MONTH(TODAY). IF iMjesec = 13 THEN iMjesec = 1. I have to take records weekly of current month, not monthly. How do I do that. I'm new in this programing. thx. Click to expand... Your question is very unclear. Your example doesn't seem to relate to it at all. What is it that you are trying to do?
Yohn Member Nov 4, 2008 #3 Re: calculating week I'm trying to display all customer who have birthday next week.
TomBascom Curmudgeon Nov 4, 2008 #4 So why doesn't the code that I posted in yesterday's thread satisfy your need?
Yohn Member Nov 4, 2008 #5 I look it again, and sad the same thing. It satisfy me, actually. Thanks a lot.