Kayleigh
Member
- Local time
- Today, 21:12
- Joined
- Sep 24, 2020
- Messages
- 709
Looked at that and found this line:
However I currently have this:
Variables don't seem to match up?
Code:
DBEngine.CompactDatabase strDestination & ".cpk", strDestination, , , ";pwd=YourPassword"
Code:
DBEngine.CompactDatabase sSourceFile, sSourcePath & sFileName & "_Temp" & sExt
Variables don't seem to match up?