I have a string field i.e. YYYNNNNNNNYYNNNYYNN that will always start at one and always finish on 53.
I'm using InStr(1,[Weeks],"Y") to find the first Y in the string, but how do I find the last Y in the string?
If the first Character in the string is 28/07/03 (every Monday) - can I tell the dates of all other characters)?
Can I count how many "Y"'s there are in the string?
Can I also determine the actual week day from the above dates, I also have the day number in the table.
I know there's a lot here but I'm stuck and need this information fast.
Thanks for any help.
I'm using InStr(1,[Weeks],"Y") to find the first Y in the string, but how do I find the last Y in the string?
If the first Character in the string is 28/07/03 (every Monday) - can I tell the dates of all other characters)?
Can I count how many "Y"'s there are in the string?
Can I also determine the actual week day from the above dates, I also have the day number in the table.
I know there's a lot here but I'm stuck and need this information fast.
Thanks for any help.
Last edited: