This could do that.
Code:
=IIF(Isnull([Previous Start Date]or isnull([PrevAssnEnd],Null,[Previous Start Date] & " to " & [PrevAssnEnd])
=IIF(Isnull([Previous Start Date]or isnull([PrevAssnEnd],Null,[Previous Start Date] & " to " & [PrevAssnEnd])
Msgbox "[TimeSheetId] = " & str(Nz(Me![Combo12], 0))"
Me.RecordSet.FindFirst "[TimeSheetId] = " & str(Nz(Me![Combo12], 0))
If Me.Recordset.Nomatch Then msgbox "Record not found"
Private Sub Combo12_AfterUpdate() ' Find the record that matches the control. Dim rs As Object [B] Set rs =[/]
Private Sub Combo12_AfterUpdate() ' Find the record that matches the control. Dim rs As Object Set rs = Me.Recordset.Clone [B][U] rs.FindFirst "[TimeSheetId] = '" & str(Nz(Me![Combo12], 0))[/][/]
Private Sub Combo14_AfterUpdate() ' Find the record that matches the control.
Leave a comment: