Recent content by peterhosier

  1. P

    Setting a combo to the record selected in a form

    Chunk - for your issue, I'd try adapting this code to something like: Combo1 = Combo 2 = [Primary_ID] or maybe 2 lines of code under the Event Current property, one for each combo box. Should work
  2. P

    Setting a combo to the record selected in a form

    Solution I've managed to work out how to do this. As I suspected, it's incredibly easy. You need one line of code under the 'On Current' event property: e.g. Records_cbo= [Process_ID] where Records_cbo is the name of the combo box and [Process_ID] is the Primary key field of the record...
  3. P

    Setting a combo to the record selected in a form

    Sample Db is attached Within the form "ServiceStandards_FRM" you'll see the combo along the top. When I navigate through the records using the navigation bar at the bottom I want the combo to change to display the same record. Thanks a lot for your help
  4. P

    Setting a combo to the record selected in a form

    I tried this already & it didn't work. Thanks anyway for the reply. Any other ideas?
  5. P

    Setting a combo to the record selected in a form

    Hello, I suspect this is probably rather easy, but I've not been able to figure it out: I am using a combo to select a record in a form. This works. The problem is: When I navigate through the records in the form, the combo box does not "update". I need to be able to change the record...
Back
Top Bottom