I am working on a form with several subforms that runs extremely slow. I tried to disable name autocorrect. I read the tread 702-206410 that states to unbound your form and set the record/countrol sources in the Load event of the form. It's not working for me. I'm getting a runtime error 2467 - object is closed or doesnt exist. Here is my code. Please advise. Thank you!!!!
Me.RecordSource = "tbl_employees" (works OK)
Me.datasheet_Manpower_Act.Form.RecordSource = "qry_weekly_employees" (ERROR 2467)
Me.RecordSource = "tbl_employees" (works OK)
Me.datasheet_Manpower_Act.Form.RecordSource = "qry_weekly_employees" (ERROR 2467)