W
wasseem
I am utilizing a subform that has two fields State and ClassCode which the
users can keep adding new states and classcodes (continuous forms). Currently
I have it set up for the user to choose the state and on the AfterUpdate it
requery the ClassCode to make sure it only shows ClassCodes for a particular
state and program. It works perfectly as long as I choose the same state;
however, when I choose if I choose a different state for the next entry the
class code field with a different state clears. it appears the data is still
correct it just disappears from the form. I can choose say GA 3 times and see
all the class codes fine but if the fourth time I choose FL all the GA class
codes disappear. I probably also need to note that these states and class
codes are associated with one employer.
users can keep adding new states and classcodes (continuous forms). Currently
I have it set up for the user to choose the state and on the AfterUpdate it
requery the ClassCode to make sure it only shows ClassCodes for a particular
state and program. It works perfectly as long as I choose the same state;
however, when I choose if I choose a different state for the next entry the
class code field with a different state clears. it appears the data is still
correct it just disappears from the form. I can choose say GA 3 times and see
all the class codes fine but if the fourth time I choose FL all the GA class
codes disappear. I probably also need to note that these states and class
codes are associated with one employer.