Yohn
Member
Hy!
I have to find all costumers who buy something in period of 1 week. I created program who finds costumers who buy something in period of 1 month next coming month.
I define variable iMonth as integer, and i do next:
iMonth = MONTH(TODAY) + 1.
IF iMonth0 = 13 THEN iMonth = 1.
now I have date in ma database and I need to find that customer by that function.
thx.
I have to find all costumers who buy something in period of 1 week. I created program who finds costumers who buy something in period of 1 month next coming month.
I define variable iMonth as integer, and i do next:
iMonth = MONTH(TODAY) + 1.
IF iMonth0 = 13 THEN iMonth = 1.
now I have date in ma database and I need to find that customer by that function.
thx.