I'm having a error "object reference not set to an instance of an object"
When I put the oCombo.Selected.Value in my query.
Dim oCombo As SAPbouiCOM.ComboBox = ComboFrom
rsResult.DoQuery("INSERT INTO [SBO-COMMON]..OPSR (oFrom) VALUES('" & oCombo.Selected.Value & "')")
And please help with my other thread.
[please-help-insert-into-table]
[Combobox;