Hi all
In my current application I have to loop through some values whose names are based on the day of week which is in the 3 letter day of week i.e Mon, Tue, Wed, Thu, Fri, Sat, Sun
At the moment I declare an array e.g strDayArray(7) as string. Then populate it i.e strDayArray(0) = "Mon" etc.
Is there a more efficient way to do this ? I've been told maybe creating an object. Im still quite new to all this so I wondered if this is possible or if there is another way of acheiving this ?
Thanks y'all!
Missy Ed
Looking to exchange ideas and tips on VB and MS Access development as well as office 97 development. Drop me a line: msedbbw@hotmail.com
In my current application I have to loop through some values whose names are based on the day of week which is in the 3 letter day of week i.e Mon, Tue, Wed, Thu, Fri, Sat, Sun
At the moment I declare an array e.g strDayArray(7) as string. Then populate it i.e strDayArray(0) = "Mon" etc.
Is there a more efficient way to do this ? I've been told maybe creating an object. Im still quite new to all this so I wondered if this is possible or if there is another way of acheiving this ?
Thanks y'all!
Missy Ed
Looking to exchange ideas and tips on VB and MS Access development as well as office 97 development. Drop me a line: msedbbw@hotmail.com