Microsoft
Software
Hardware
Network
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
Code not returning result unless a breakpoint is set!
How to make dropdown disappear using code
Removing Alpha Characters from Phone Number
Windows Server 2008 DFS Root Permissions
MFC CString - valid IP Address ?
Multi User Development in MS Access
hauppage 1212 and xbox 360. windows 7 pc
Has anyone run these scripts
Random numbers in VB.net not random...weird?
Combobox values updated when selected versus typed