L
lsgKelly
I have the following code attached to a button on my form:
Private Sub Command70_Click()
[color blue]
Me.gnotes.Locked = False
Me.gnotes = Now() & "--" & CurrentUser() & "--" & [Add] & vbCrLf &
"-----------------------------------------------------------------------------------------------------------------------------------------------"
& vbCrLf & Me.gnotes
Me.gnotes.Locked = True
Me.Add = Null
[/blue]
End Sub
I'm getting the error at the Me.gnotes.Locked = False line.
Any ideas on how I can get this to work?
Thanks,
Kelly
Private Sub Command70_Click()
[color blue]
Me.gnotes.Locked = False
Me.gnotes = Now() & "--" & CurrentUser() & "--" & [Add] & vbCrLf &
"-----------------------------------------------------------------------------------------------------------------------------------------------"
& vbCrLf & Me.gnotes
Me.gnotes.Locked = True
Me.Add = Null
[/blue]
End Sub
I'm getting the error at the Me.gnotes.Locked = False line.
Any ideas on how I can get this to work?
Thanks,
Kelly