Both of the following statements work perfeclty when used separaty. I have tried a gazillion different combinations to concatenate them and Can't get
It to work, driving me insane:
Thanks much for your help,
Alex
It to work, driving me insane:
Code:
Me.Recordset.FindFirst "Active = True" Me.Recordset.FindFirst "FullName Like '*" & txtNameSearch & "*'"
Alex
Comment