Link to home
Start Free TrialLog in
Avatar of richardp1971
richardp1971

asked on

How do you write a custom function in access vb that is available in expression builder ?

I would like to write a function in vb that is easily accessible from expression builder for a given query.
ie.  if my function in access vb is called myFunc ()  and takes a string and reverses the letters.
I would like to call the function from expression builer like the built in functions - eg. left(dbcolum,3)  
Ideally i would like to call myFunc(dbcolumn) and this would return that field with the letters reversed.

The above is only and example - please dont tell me there is a built in function that reverseres strings.

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Hilaire
Hilaire
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial