|
-
Nov 14th, 2005, 04:52 PM
#1
Thread Starter
Junior Member
Need help with strings in vba vb access
First off I just wanted to say thanks to all the people that helped so far. I have been developing in vba for the past 3 weeks and have a pretty firm understanding of it. Well anyways heres my problem.
Im saving a date string in this format ("11/14/05") as part of the title of a excel spreadsheet I am generating from access.
The problem:You cant save a filename under this format obviously. So I want to change:
11/14/05 to 11_14_05
So basically I need the char position the concatinate & "_" where the "/" would have been. What is the correct syntax to do this in vba/visual basic access?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|