Probably an artifact issue. I don't think she null-terminated her char arrays. So, if the old string is longer than the new one, she'ld be reading past the new one into the old one. Remember that she didn't DmResizeRecord() on the record either.
Richard Hartman wrote: > > Wait a sec ... if the -old- data is larger you have the problem? I would > expect problems if the -new- data is larger ... > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
