- Local time
- Today, 02:31
- Joined
- Oct 29, 2018
- Messages
- 22,065
To try it, copy and paste the code/function from the website into a Standard Module and give the module a generic name like Module1.no, Unfortunately . I have to run my project and stuck to this little part ...
Then, modify your code to replace this line:
Code:
CurrentDb.Execute sVal
With this one:
Code:
fExecuteQuery sVal
Hope that helps...