I have three forms in an Access 2003 database (developing in Access 2007) that sit in a parent -> child -> grandchild relationship. In the \'Form_Load\' sub of the child fo
Just above the line giving the problem type: On Error Resume Next
Run it and that will solve your problem. After one run you can erase the line and will keep working.