Question : Special characters in combo boxes

Hello,
I have a databse with some names that contain a  '   in their name like "Flanigan 's "
Why can't  i select that record with a combo box ?

Answer : Special characters in combo boxes

OOPs ... typo .. missing &


rs.FindFirst "[Bedrijfsnaam] = " & Chr(34) & Me![Combo131] & Chr(34)  
                                                 ^^

mx
Random Solutions  
 
programming4us programming4us