arnelgp
..forever waiting... waiting for jellybean!
- Local time
- Tomorrow, 06:07
- Joined
- May 7, 2009
- Messages
- 20,746
sorry, i've never seen the screenshot until now:
Private Sub Form_Current()
If Trim(Me.Combo18 & "") <> "" Then
Me.Text33 = DLookup("Description", "DropDownListsTbl", "Code = " & Chr(34) & Me.Combo18 & Chr(34))
Else
Me.Text33 = Null
End If
End Sub
Private Sub Form_Current()
If Trim(Me.Combo18 & "") <> "" Then
Me.Text33 = DLookup("Description", "DropDownListsTbl", "Code = " & Chr(34) & Me.Combo18 & Chr(34))
Else
Me.Text33 = Null
End If
End Sub