T titobudd Registered User. Local time Today, 05:03 Joined Feb 25, 2011 Messages 14 Mar 2, 2011 #21 vbaInet said: Code: sql = "SELECT * " & _ "FROM SignMainGeneral " & _ "WHERE ID = [COLOR=Red]'[/COLOR]" & Me.cboID & "[COLOR=Red]'[/COLOR]" Click to expand... That's the ticket! Thanks for helping a noob.
vbaInet said: Code: sql = "SELECT * " & _ "FROM SignMainGeneral " & _ "WHERE ID = [COLOR=Red]'[/COLOR]" & Me.cboID & "[COLOR=Red]'[/COLOR]" Click to expand... That's the ticket! Thanks for helping a noob.
T titobudd Registered User. Local time Today, 05:03 Joined Feb 25, 2011 Messages 14 Mar 2, 2011 #22 vbaInet said: Nope, it won't! Click to expand... This is also good to know. Thanks again.
V vbaInet AWF VIP Local time Today, 11:03 Joined Jan 22, 2010 Messages 26,374 Mar 2, 2011 #23 No problemo! Remember to test for a Null selection in the combo box before attempting opening a connection.
No problemo! Remember to test for a Null selection in the combo box before attempting opening a connection.