I have the following string:
SearchString = "checkpoint;firewall;serverA;serverB;serverC"
Under normal code, I would use:
For I = 1 To 5
MsgBox Entry(I, SearchString, ";")
Next
This would pull out each word from my string.
is there a simple way in MS Access to do this?
SearchString = "checkpoint;firewall;serverA;serverB;serverC"
Under normal code, I would use:
For I = 1 To 5
MsgBox Entry(I, SearchString, ";")
Next
This would pull out each word from my string.
is there a simple way in MS Access to do this?