R
RickM
Still working on the same problem.
Known error between SCO Unix and Informix when being read by Microsoft
Access.
Example. Informix displays 72.599999 in "mydata" and Access reads it as
72.5: Note the ":" or string
I need an if statement, such as
iif([mydata]="string", Val(mydata)+.1,[mydata])
I've got to test otherwise Val() returns a value 10 cents to low and the
billing department thinks thats unacceptable. Go figure?
But I'll be darned if I can figure out how to test "mydata" to determine if
it's a number or a string.
Thanks for reading and any help you can provide.
Rick
Known error between SCO Unix and Informix when being read by Microsoft
Access.
Example. Informix displays 72.599999 in "mydata" and Access reads it as
72.5: Note the ":" or string
I need an if statement, such as
iif([mydata]="string", Val(mydata)+.1,[mydata])
I've got to test otherwise Val() returns a value 10 cents to low and the
billing department thinks thats unacceptable. Go figure?

But I'll be darned if I can figure out how to test "mydata" to determine if
it's a number or a string.
Thanks for reading and any help you can provide.
Rick