On Mar 8, 6:26*am, Olly <news201...@olly86.co.uk> wrote:
> Thanks for your reply. *But there is no issue with the ODBC driver,
> because other applications use the same driver without seeing the
> unexpected data. *Which to me indicates a problem with Access itself.
>
> cheers
> Olly
>
> On Mar 5, 5:20*pm, John W. Vinson <jvinson@STOP_SPAM.WysardOfInfo.com>
> wrote:
>
> > On Fri, 5 Mar 2010 03:11:37 -0800 (PST), Olly <news201...@olly86.co.uk>wrote:
> > >Bump, any chance of getting a response?
>
> > It sounds to me like the ODBC driver for Interbase is defective. Have you
> > reported this symptom to whoever developed the driver?
>
> > I don't know what I - or any of the other volunteers here - can do, since I
> > don't have Interbase (or a whole lot of spare time, for that matter).
> > --
>
> > * * * * * * *John W. Vinson [MVP]
Maybe a workaround can filter out the garbage. Try something like:
IIf(Len(IIf(FieldName IS NULL, "", FieldName) = 0, "",
IIf(Asc(Left(FieldName, 1)) < 32 Or Asc(Left(FieldName, 1)) > 127, "",
FieldName))
James A. Fortune
(E-Mail Removed)