marathonlady
Registered User.
- Local time
- Today, 08:20
- Joined
- Jul 10, 2002
- Messages
- 120
using mid function to extract date
How do I extract a date from a string using the mid function when I don't know the length of the date field, ie, it could be 2/1/03 (6 long) or 12/23/03 (8 long)? The date will be starting in the same spot in the string I just want to replace it with the next date in the table.
Thanks.
How do I extract a date from a string using the mid function when I don't know the length of the date field, ie, it could be 2/1/03 (6 long) or 12/23/03 (8 long)? The date will be starting in the same spot in the string I just want to replace it with the next date in the table.
Thanks.