MS Access VBA call sub works on the first pass but not on the second
问题 I have hit a wall and I am completely at a loss. So I have a Form in MS Access. In it I have a single text box and a single button. When I type in a number in the text box and then click the button it opens a public sub which then runs a few queries, updates the database, displays a text box and then clears out the text box. This all works perfectly. My issue is trying to do the exact same thing with hitting enter in the text box. The strangest thing is that the code works fine right after I