I have two combo boxes Program that has several programs (HHP, BMD, etc) and and Desc91 . I want the the selection in the Program field to filter the Desc to just display the selected type instead of a full list. The problem is that after filling in the complete record and selecting a new record the Desc91 field displays 2 of whatever was in the first record. example: BMD 410 and BMD 410 instead of just once.
I have the selection filtered down using: Like [Forms]![CourseTaken]![Program] which works.
I tried requerying on the Program and then on the Desc91 combo boxes After Update but that didn't work.
Then I tried using VBA Forms!CourseTaken.Desc91.SetFocus
Forms!CourseTaken.Desc91.Requery
I have the selection filtered down using: Like [Forms]![CourseTaken]![Program] which works.
I tried requerying on the Program and then on the Desc91 combo boxes After Update but that didn't work.
Then I tried using VBA Forms!CourseTaken.Desc91.SetFocus
Forms!CourseTaken.Desc91.Requery