PEB - Thanks! But I'm still getting the following error:
You must save the field before you execute the GoToControl action, the GoToControl Method, or the SetFocus method. (Error #2108).
User Profile
Collapse
-
Prompt for Saves to be Changed in Form
Hi - I have been using the code below to prompt users if they would like to add an order # to the database (save changes). It's working, but I need the text box to clear the information (and reset focus) in the Order# field so the user can input a new order # (if needed).
Private Sub ERROrderNumber_ BeforeUpdate(Ca ncel As Integer)
Dim LResponse As Integer
Dim LMsg As String
LMsg = "Do you want to add...
No activity results to display
Show More
Leave a comment: