R
Robert
The database is Access 2003. Using access 2007 to open it. It was working
fine, now it gives an error "because of your security settings and current
security policy, this control is disabled". (run time error 2926)
The code is
Dim GridProps As Variant: Dim rs_Temp As DAO.Recordset
Dim X As Integer
Set GridProps = Me.grid_BendWall.Object
fine, now it gives an error "because of your security settings and current
security policy, this control is disabled". (run time error 2926)
The code is
Dim GridProps As Variant: Dim rs_Temp As DAO.Recordset
Dim X As Integer
Set GridProps = Me.grid_BendWall.Object