at the moment just trying with a button, but i dont even get the value of the field into a varuble. this is my code.
Option Compare Database
Private Sub Command0_Click()
Dim aaaa As String
Dim bbbb As String
aaaa = toets.table1.NSC
MsgBox (aaaa)
End Sub