Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
2 Posted Topics
To extract a date from a string use the mid function, Mid(string, start, length) if the date is in a fixed format (i.e. mm/dd/yyyy) the the mid function would look like this, [mid(DateString,4,2)] if the date is of type date use the month function, Here is the ms HELP on …
I have a form with several list boxex. The form feeds an Excel spread sheet. I need to move thed data from the list box to the spread sheet. Some times it works, and some times it doesn't. I have varified that the list indexes are correct, and have even …
The End.
bpb-p