R rfan New member Local time Yesterday, 22:03 Joined Mar 13, 2007 Messages 9 Feb 8, 2008 #1 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~
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~
W WayneRyan AWF VIP Local time Today, 03:03 Joined Nov 19, 2002 Messages 7,122 Feb 8, 2008 #2 rfan, Add a new column to your query: NewClm: YourFunction([YourStringField]) Then, put your Public Function in a module. Wayne
rfan, Add a new column to your query: NewClm: YourFunction([YourStringField]) Then, put your Public Function in a module. Wayne