User Profile

Collapse

Profile Sidebar

Collapse
Rig20
Rig20
Last Activity: May 23 '07, 09:25 PM
Joined: Apr 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rig20
    replied to Advancing unbound combo box
    Shiny! Thanks for your help. I don't think I would have discovered that on my own.

    BTW, I had make the button redo the After Update of the combo, because it did not do it automatically, just in case anyone else has a similar problem. The finished button looks like this:

    Code:
    Private Sub cmdnext_Click()
    AdvanceCombo Me.Name, "cboName"
    cboName_AfterUpdate
    End Sub
    Thanks aga...
    See more | Go to post

    Leave a comment:


  • Rig20
    replied to Advancing unbound combo box
    Well, my combo box works perfectly and runs all the code that I have set up for it. All I want to do is have a command button that takes the combo box to the next record (in the drop down list) rather than clicking combo, selecting the next record, etc. My form is designed to look through many records so to be able to go to the next record in the combo quickly would be handy. For the button, I don't think I can use:

    Code:
    DoCmd.GoToRecord
    ...
    See more | Go to post

    Leave a comment:


  • Rig20
    started a topic Advancing unbound combo box

    Advancing unbound combo box

    Hello,

    I’m sure this is a relatively easy fix, but I have an unbound combo box on a form that runs numerous queries in the After Update section. Everything there works fine. All I need to do is have a command button on the form that advances the focus of the combo box to the next record in the query its row source is based on (plus I’m sure it will need an error catcher when it gets to the end of the list). I know how to advance...
    See more | Go to post
No activity results to display
Show More
Working...