New "#Name?" Errors!

  • Thread starter Thread starter malberto
  • Start date Start date
M

malberto

Recently various reports in our MDE applications are displaying "#Name?" in
the text boxes instead of the intented query results.

Previous versions of our software and the MDB equivilant of the current
version works fine. Can anyone shed some light on this?
 
malberto said:
Recently various reports in our MDE applications are displaying
"#Name?" in the text boxes instead of the intented query results.

Previous versions of our software and the MDB equivilant of the
current version works fine. Can anyone shed some light on this?

I'm not sure. If you've changed any of the underlying tables and
queries, it could be that you've renamed or deleted fields that are
being looked for. However, it may simply be that you've changed the
configuration of the PCs where you are running this MDE, such that you
now have a broken reference. That often leads to normal built-in VBA
functions being unrecognized.
 
Back
Top