Posts
 
Reputation
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
~391 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for addi

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 …

Member Avatar for Jx_Man
0
338
Member Avatar for bpb-p

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 …

0
53

The End.