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
how can i in Java language update a VFP table dbf
Rename "Pinned" Remote Desktop Connections
Access 2003 image browser form?
Windows 2008 certutil -keyrecover fails when I try to recover a key.
Excel chart with two Y - axis (vertical)
I am unable to open word or excell folders in microsoft office professional 2007. There appears to be a problem with the encryption. I will attache a couple of examples.
disassociate a Label from a Text box
Change CommonProgramFiles
Turn On Shortcut keys selectively to export report.
Should I use SqlDataSource or SqlConnection (which is better)