I want use SQL statement in VBA.
1. Update a combo box value to "Potato"
2. Run SQL statement in VBA
Docmd.RunSQL "Seletct ColA from Table WHERE ColB=" & Me.Combo_box.value
3. Input the result to Text Box
I failed it last 3 hours.
Thank you for your interest.
1. Update a combo box value to "Potato"
2. Run SQL statement in VBA
Docmd.RunSQL "Seletct ColA from Table WHERE ColB=" & Me.Combo_box.value
3. Input the result to Text Box
I failed it last 3 hours.
Thank you for your interest.