You can use the INSTR function to find where the slashes are and use the left/right/mid string functions to get the individual pieces of data that you require.
Hope this helps
Bill
paste the following code in a new module and call the 'play' function :
Option Compare Database
Option Explicit
Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Const SND_ALIAS = &H10000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.