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
Access to Excel export questions
List Box Sort
EXECUTE permission denied on object 'xp_cmdshell' How to Allow call from stored procedure called by asp page.
One mailbox not receiving e-mail on exchange server 2003
SQL to calculate sales per representative and per week
ODBC Microsoft Access Driver Login Failed
Problem handling Nulls in Access VBA Function
web application design
Control Panel Icons - Windows XP
How to restart a thread in mfc