F
fishqqq
Can someone tell me what i'm missing here? i wish to add the 2nd
function [Me.Notes] to the first but i know i'm missing something
between the two i just don't know what?
suggestions are appreciated...
Private Sub Combo235_AfterUpdate()
Me.Notes__internal_tracking_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes__internal_tracking_
Me.Notes__internal_tracking_.SetFocus
Me.Notes__internal_tracking_.SelStart = 27
'something missing here???
Me.Notes_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes_
Me.Notes_.SetFocus
Me.Notes_.SelStart = 27
End Sub
function [Me.Notes] to the first but i know i'm missing something
between the two i just don't know what?
suggestions are appreciated...
Private Sub Combo235_AfterUpdate()
Me.Notes__internal_tracking_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes__internal_tracking_
Me.Notes__internal_tracking_.SetFocus
Me.Notes__internal_tracking_.SelStart = 27
'something missing here???
Me.Notes_ = Now() & " - " & Forms![Shipment Tracking
II]![fCurrentUser]![USER CODE] & " - " & "*** " & [Combo235] & " ***" &
" - " & "" & vbCrLf & Me.Notes_
Me.Notes_.SetFocus
Me.Notes_.SelStart = 27
End Sub