What I have are two tables with the following fields:
Units:
Unit (number)
Description (text)
Chapters:
Unit (number)
Chapter (number)
Description (text)
Both of these tables already contain values.
I have created a Form "Member Information" and have two combo boxes cboUnits and cboChapters. The second cboChapters is supposed to provide only the Chapters that coincide with the Unit number provided in cboUnits . Seems to work great until I move to the next record - and the cboUnits - doesn't seem to reset itself.
??????????????
I have struggled with the way to long with the same results - any help would be appreciated!
Thanks.
Units:
Unit (number)
Description (text)
Chapters:
Unit (number)
Chapter (number)
Description (text)
Both of these tables already contain values.
I have created a Form "Member Information" and have two combo boxes cboUnits and cboChapters. The second cboChapters is supposed to provide only the Chapters that coincide with the Unit number provided in cboUnits . Seems to work great until I move to the next record - and the cboUnits - doesn't seem to reset itself.
??????????????
I have struggled with the way to long with the same results - any help would be appreciated!
Thanks.