- Local time
- Yesterday, 17:50
- Joined
- Oct 29, 2018
- Messages
- 22,513
Hi. We won't have any idea you needed more help implementing it if you didn't tell us. Okay, so try the following:Yes I had a look at the code. I do not understand it well. I need an explanation on how to put it in practice to solve my problems.
Copy and paste the function from the website into a Standard Module. Save the module and just leave the name as Module1 for now.
Then, wherever you had either DoCmd.RunSQL strSQL or CurrentDb.Execute strSQL, replace them with this:
Code:
fExecuteQuery strSQL
And let us know what happens.