Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

db combo don´t work?

Status
Not open for further replies.

carloz55

Programmer
May 15, 2003
54
MX
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
 

DBCombo1.SelectedItem is not a bookmark.

You may not be getting much help because you are not regularly responding to the questions which you have started.
There is a FAQ on how to ask questions.
 
carloz55,

I believe that LostInCode is referring to faq222-2244 paragraph 15

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top