gerard1979
MIS
I have a field fldChange.
I have a table with users.
The initials of the users I want in this field everytime someone change the form.
How can I handle this?
I tried
Form_afterUpdate()
fldChange = Dlookup("[initials]","user", "[surname] = " & environ("username"
).
end sub
write it by freehand so maybe mistakes in it, but this do not what I want, it changes everytime a user ONLY look at the form
Thnx in advance
Gerard
I have a table with users.
The initials of the users I want in this field everytime someone change the form.
How can I handle this?
I tried
Form_afterUpdate()
fldChange = Dlookup("[initials]","user", "[surname] = " & environ("username"
end sub
write it by freehand so maybe mistakes in it, but this do not what I want, it changes everytime a user ONLY look at the form
Thnx in advance
Gerard