i am not professional in access but i created this file long time ago and since then i did not use access but with the new version of access i cannot open the file and i cannot figure the problem if any body can help i will be great full
That usually indicates a missing reference. Can you check? What happens when you click OK? When I open the file you posted, I see the startup form open.
Private Declare PtrSafe Function IsWindowVisible Lib "user32" (ByVal hwnd As LongPtr) As Long
Private Declare PtrSafe Function ShowWindow Lib "user32" (ByVal hwnd As LongPtr, _
ByVal nCmdShow As Long) As Long