A
AccessARS
I have a little chalenge as follows. In my access database I am pulling a
string in vba as follow:
"3/2/2008..3/19/2008"
I would like to place each of those dates in two a seperate shortdate
formated field as follows:
Start: 3/2/2008
End: 3/19/2008
I have attempted to use Left and Right but these dates will change on a
weekly basis in return changing the length based on the month and day.
thank you in advance for youtr assistance.
string in vba as follow:
"3/2/2008..3/19/2008"
I would like to place each of those dates in two a seperate shortdate
formated field as follows:
Start: 3/2/2008
End: 3/19/2008
I have attempted to use Left and Right but these dates will change on a
weekly basis in return changing the length based on the month and day.
thank you in advance for youtr assistance.