What is the value in Me.cboInvReversal? When you filter the records, how many records do you end up having? If more than one, are you saying to want to create that many records?
Hi. Welcome to AWF!
Instead of hiding the form, maybe you could try resizing it to a very small size that's it's nearly invisible. Check out the MoveSize method.
That tells me that maybe you're not looking at a folder.
So, if the new code I provided returns that, then perhaps changing your code should make it work now?
If Dir(detPath, 16) = "" Then
Okay, it's starting to get interesting. Could you try the following now? Thanks.
MsgBox Dir(destPath)
After that, try it this way.
MsgBox Dir(destPath, 16)
If that folder exists, then that's a good question. Can you change the debug.print to the following and post a screenshot of the result, please? Thanks.
MsgBox "[" & destPath & "]"