[AccessD] Another combo box question

Oleg_123 at xuppa.com Oleg_123 at xuppa.com
Thu Sep 25 09:52:18 CDT 2003


Dear List:

this should be fairly simple, but i dont see it; --
I made it so I can select value from the combo box, and show it for the
rest of the controls ---

    Set rs = Me.Recordset.Clone
    rs.FindFirst "[ID] = '" & Me![Combo27] & "'"
    Me.Bookmark = rs.Bookmark

how do I do it the other way around ? meaning if I go through the form
using "next", "previous" buttons for comboID field to change accordingly

this doesn't work

Private Sub ID_AfterUpdate()
Me.Combo27.Text = Me.ID.Text
End Sub


OLeg


-----------------------------------------
Get Breaking News from CNN, ABC, NBC, CBS Now.
http://www.xuppa.com/news/?link=webmail




More information about the AccessD mailing list