Hey, me again I have the following module:
Private Sub Exit_Click()
Dim sqlstring As String
sqlstring = "INSERT INTO Location ([PSM Code], [Tool number], [Model No], [Die Bay], [Line number], [Linked to], [Press1], [Press2], [Press3], [Press4], [Press5], [Press6], [location1])"
sqlstring =...