I am working on a MS access database which is created in Access 2000, now I converted it into Access 2007. Every thing is working fine except the (bitmap) image change functionality. Based on same condition I need to change the image of command button
If Me.Command127.Picture = Me.cmdLockImage.Picture Then
Me.Command127.Picture = Me.cmdUnlockImage.Picture
Else
Me.Command127.Picture = Me.cmdLockImage.Picture
End If
Run-Time error 2220, Can't open the file (bitmap).
Please suggest.
Declare public variable in standard module
Now on page code