View Single Post
Old 08-13-03, 08:57 AM   #4 (permalink)
Ohayden
Aximsite Minor League
 
Ohayden's Avatar
Member
 
Join Date: Jun 2003
Location: http://www.ATechware.com
Posts: 187
Thanked 0 Times in 0 Posts
Has nothing to do with your code... it's a problem with Microsoft's code. There is a well known bug in eVB where the left function will ONLY work in a module and not a form. You have two solutions:

Use the MID function instead of left.

-or-

Create a public function in a module call MyLeft and just wrap the left function.

Here is the knowledge base article explaining the issue:

http://support.microsoft.com/default...b;en-us;180455
__________________
Ohayden,

Axim X30

Pocket PC Software:

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ohayden is offline   Reply With Quote