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
Remove DELETE permissions but still allow MOVE
How to do DoCmd.RunSql Select? Need to get values from table into VBA variables
How do I get my report to format correctly?
Autonumber in query
How to print table structure in VFP 9
Graphing in Microsoft Access
I have 5 xp pro machines setup in a workgroup. How do I setup the LMHOST to help find the computer
Insert delay into visual basic script
How do I run a private sub located in a subform from its parent form?
disabling key stroke events vb.net?