Hi All,
After some help, i have a text box that i get a user to fill in some criteria for the sql to run
Private Sub Text192_AfterUpdate()
Dim LResponse As Integer
LResponse = MsgBox("WARNING: this will affect the Import, do you want to change it ? ", vbYesNo, "Continue")
If LResponse =...