I have a macro that I would like to open a Query in design view (so that the user may edit the query), and then run the query after the user has edited it (like when the user closes the design window). However, when I use the OpenQuery command to open the Query in design view, the macro just moves on to the next step without waiting for the Query to be modified!
I think that it may be possible to use a Condition to check if the Query is being designed, but I don't know what that check would be.
Any help would be greatly appreciated, thank you!
I think that it may be possible to use a Condition to check if the Query is being designed, but I don't know what that check would be.
Any help would be greatly appreciated, thank you!