Populate Text Box based upon Combo Box Selection

Code:
sql = "SELECT * " & _
"FROM SignMainGeneral " & _
"WHERE ID = [COLOR=Red]'[/COLOR]" & Me.cboID & "[COLOR=Red]'[/COLOR]"

That's the ticket! Thanks for helping a noob.
 
No problemo!

Remember to test for a Null selection in the combo box before attempting opening a connection.
 

Users who are viewing this thread

Back
Top Bottom