Here is what im trying to do....
If QuotedBy = "Name" And ContactID Is Between 10131 And 10242 Then Me.Text16 = "Text 1","Text 2"
How would i accomplish this with VB?
Quoted by and ContactID values are set earlier in the coding.
Bill
If QuotedBy = "Name" And ContactID Is Between 10131 And 10242 Then Me.Text16 = "Text 1","Text 2"
How would i accomplish this with VB?
Quoted by and ContactID values are set earlier in the coding.
Bill