String Function

Chetan Kumar

Registered User.
Local time
, 22:35
Joined
Mar 21, 2013
Messages
16
Hi All,

Anyone can tell me about string split functions how to use ...........
I'm new on that platform so please help me
please tell how many kind of string inbuilt function we have or if we create our on function so how to call that function in your query...
please suggest

thanks
Chetan
 
Have you tried Google?
One site that has many examples is techonthenet.

Try Google "techonthenet MSAccess String functions"

InStr, Left, Right, Mid

Good luck.
 
yes, but dear i'm looking for how can we execute our own function ??
 
There is a built in function called Split which will return an array from a string. It splits on space character by default but you can specify an alternative character.

Otherwise write your own functions in a Standard Module and call them like you would any built in functions.
 
Hi All,

In Excel We used =REPLACE(A2,1,FIND("(",A2,1),"") for find and replace the string but in access what we used behalf of find plz help.
 
Why don't you help yourself by following jdraw's suggestion? It is pointless for us to find those links for you, since you can google them yourself. Ask for help on problems you cannot figure out yourself, but do not ask for help on things that have already been answered.
 
You should by now realize that Excel and Access are different animals. In order to build your own function, you're going to have to learn some basics.

As with most posts -- if you tell us in plain English WHAT you are trying to do, there may be several options as to HOW it may be done.
 

Users who are viewing this thread

Back
Top Bottom