G
Guest
I have a sql string that contains variables the prtion of the string in
question looks like:
& "AND ((Phones.[Phone Type]= """ & PhoneType & """)) " _
This works OK if PhoneType is "Work" or "Home"
I'm tring to pass the phrase LIKE "*" for the case in which I want to
present all the phones.
Depending on how I try to do this I get various errors.
PhoneType was a string variable, but I have tried it as a variant as well.
???
question looks like:
& "AND ((Phones.[Phone Type]= """ & PhoneType & """)) " _
This works OK if PhoneType is "Work" or "Home"
I'm tring to pass the phrase LIKE "*" for the case in which I want to
present all the phones.
Depending on how I try to do this I get various errors.
PhoneType was a string variable, but I have tried it as a variant as well.
???