Search results

  1. M

    Updating data in "Find Record" combo box when current record on a form is changed

    Re: Updating data in "Find Record" combo box when current record on a form is changed It works! You're a legend. Thanks so much...
  2. M

    Updating data in "Find Record" combo box when current record on a form is changed

    Re: Updating data in "Find Record" combo box when current record on a form is changed Thanks. I checked but it doesn't appear to have the ID. I used the wizard, so the row source is: SELECT qryAllRecipesAllData.Name FROM qryAllRecipesAllData ORDER BY qryAllRecipesAllData.Name
  3. M

    Updating data in "Find Record" combo box when current record on a form is changed

    Updating data in "Find Record" combo box when current record on a form is changed I am very new to programming with VBA Access and am trying something which I believe should be very simple but I can't make work. I am practising on a basic recipe database at home, but this is related to...
Back
Top Bottom