B
Bill McCarthy
I have an Access application in which I invoke a report or a form with a
where clause. In all cases the where clause is of the form:
ServiceDate >= #01/01/2007# And ServiceDate <= #09/25/2007#
This runs just fine. I transmitted the MDB file to a client using FTP.
when he received it, the <= in all cases had changed to <? in the compiled
code ONLY. The source was still correct. I had to go into each code module
and force a source change so it would recompile.
Any ideas on how or why this happened?
where clause. In all cases the where clause is of the form:
ServiceDate >= #01/01/2007# And ServiceDate <= #09/25/2007#
This runs just fine. I transmitted the MDB file to a client using FTP.
when he received it, the <= in all cases had changed to <? in the compiled
code ONLY. The source was still correct. I had to go into each code module
and force a source change so it would recompile.
Any ideas on how or why this happened?