I made first a Table with 1 field 'Name'
I made a form with 1 field and I try to start this function 'on exit'
I was excpecting to seen the value of the fiel in the variable 'Seen'
------------------------------------
Public Function Show_Me(Seen As String)
MsgBox "The result of this function is " _
& Seen, vbOKOnly
End Function
Thanks in advance
Jacske/Antwerp
I made a form with 1 field and I try to start this function 'on exit'
I was excpecting to seen the value of the fiel in the variable 'Seen'
------------------------------------
Public Function Show_Me(Seen As String)
MsgBox "The result of this function is " _
& Seen, vbOKOnly
End Function
Thanks in advance
Jacske/Antwerp