Hello all,
Ultimatey, my problem is linked to another issue i have posted, but since its a totaly new request.....
How can you extract a portion of text from a string? I intend to convert a date entry/field into a string and then extract the day and month, leaving behind the year.
So: -
-----------------------
Dim DateStr
DateStr = Format(Date, "Long Date")
[Forms]![Data Entry Form]![Test] = DateStr
-----------------------
If it returns 10 February 2005, i would like to extract the "10 February" from the full date.
Subsequently, i would want to add to this another string entry then the aggregate entry will be CDate'd to a long date.
Is this possible, and how will it be done?
Thanks,
Regards
Popolou
Ultimatey, my problem is linked to another issue i have posted, but since its a totaly new request.....
How can you extract a portion of text from a string? I intend to convert a date entry/field into a string and then extract the day and month, leaving behind the year.
So: -
-----------------------
Dim DateStr
DateStr = Format(Date, "Long Date")
[Forms]![Data Entry Form]![Test] = DateStr
-----------------------
If it returns 10 February 2005, i would like to extract the "10 February" from the full date.
Subsequently, i would want to add to this another string entry then the aggregate entry will be CDate'd to a long date.
Is this possible, and how will it be done?
Thanks,
Regards
Popolou