FuzMic
DataBase Tinker
- Local time
- Tomorrow, 01:50
- Joined
- Sep 13, 2006
- Messages
- 744
Greetings to all
Recently I tried to run a perfectly running Access 03/07 .mdb application (no problem up to win7 32 bit) in a 64bit Win7 and found that I faced problem.
The problem is when I use a customized function "Shell2End"; a function to resolve the problem of incompletion of dos execution. In this function I use various Declares such as the following:
Declare Sub Sleep Lib "kernel32" ( ByVal milsec As Long)
Can someone give me a quick leap on the following questions:
1 Does it mean if I just refer after Lib to "kernel64", then all is well with 64 bit win7
2 Do you see any issues with another declare: Declare Function getTime Lib "winmm.dll" () As Long
3 Did I miss something else?
4 Are there any other problems with running a Access 03/07 .mdb in 64 bit win7
I need help from the gurus to have gone before me on this. Thanks
Recently I tried to run a perfectly running Access 03/07 .mdb application (no problem up to win7 32 bit) in a 64bit Win7 and found that I faced problem.
The problem is when I use a customized function "Shell2End"; a function to resolve the problem of incompletion of dos execution. In this function I use various Declares such as the following:
Declare Sub Sleep Lib "kernel32" ( ByVal milsec As Long)
Can someone give me a quick leap on the following questions:
1 Does it mean if I just refer after Lib to "kernel64", then all is well with 64 bit win7
2 Do you see any issues with another declare: Declare Function getTime Lib "winmm.dll" () As Long
3 Did I miss something else?
4 Are there any other problems with running a Access 03/07 .mdb in 64 bit win7
I need help from the gurus to have gone before me on this. Thanks

Last edited: