data errors

  • Thread starter Thread starter Sandy H
  • Start date Start date
S

Sandy H

Hi
I have a system that periodically replaces all the data in a bound form with
Error. I can't work out why it's happening. Can anyone tell me what the
main reasons for these sorts of data errors might be.

Thanks
Sandy
 
It is possible that your data is corrupt or that the controls are no longer
bound to the recordset. The text in the controls probably says #Error
 
Back
Top