Hi everibody
i have a problem:
i have a dbcombo box and i neet to on click on the name selected show me a record
but when i clin on name it appaer a windos that say: object doesen't support property method
this is a code that i put where i mistake?
Private Sub DBCombo1_Click(Area As Integer)
If Area = 2 Then
Data1.Recordset.Bookmark = DBCombo1.SelectedItem
End If
Area = 0
End Sub
Tank for your help
Carloz55 mexico
i have a problem:
i have a dbcombo box and i neet to on click on the name selected show me a record
but when i clin on name it appaer a windos that say: object doesen't support property method
this is a code that i put where i mistake?
Private Sub DBCombo1_Click(Area As Integer)
If Area = 2 Then
Data1.Recordset.Bookmark = DBCombo1.SelectedItem
End If
Area = 0
End Sub
Tank for your help
Carloz55 mexico