I had an Access database on the 2003 version of Mdb and I hide the forms, reports and ...... with this code
Application.SetHiddenAttribute acForm, "Form_name", True
now i have converted the file to the 2010 format accdb format,but an error occurs in this code
Application.SetHiddenAttribute acForm, "Form_name", True
Please explain and explain why.