Is it a string or an 8 digit integer? Several programs, Macola and ACCPAC being the ones I am most familiar with, store their dates as 8 digit integers.
If this is the case go to the CD website and download the NumbertoDate UFL.
If that is not the case, you need to parse out the string as follows:
Date(ToNumber(Left({String},4)),ToNumber(mid({string},5,2)),ToNumber(Right({string},2))) Software Support for Macola, Crystal Reports and Goldmine
dgilsdorf@mchsi.com