ciao a tutti, con il seguente codice:
Public Sub ComboBox2_Change()
'ComboBox2.Refresh
sql = "SELECT*FROM DESCRIZIONE WHERE descrizione LIKE '" & ComboBox2.Text & "'"
hres = $hConn.Exec(sql)
If hres.Available = True Then
TextBox1.text = hres!tipo
If hres!bnbn = "B" Then
Radioa.Value = True
Else
Radiob.Value = True
Endif
Endif
End
si blocca su
con errore: unknow fiel: bnbn
però nella tabella bnbn esiste e hres!tipo viene letto regolarmente