How to apply self-defined function in Query Design Mode?

rfan

New member
Local time
Yesterday, 22:03
Joined
Mar 13, 2007
Messages
9
I want to extract the integer part of a string data as a single field.
How to apply self-defined function in Query Design Mode?

any hint is appreciated, thank you in advance~
 
rfan,

Add a new column to your query:

NewClm: YourFunction([YourStringField])

Then, put your Public Function in a module.

Wayne
 

Users who are viewing this thread

Back
Top Bottom