In a form called Boxes, there is a combo box called MasterBox.
In a continuous subform Files, there is a combo box FileName which uses MasterBox in the criteria for its query to lookup only files that are in MasterBox. I want to use the original value of MasterBox when entering the first few records in the subform and then change the value of MasterBox and enter more records in the subform without affecting the records already entered. The form and subform are not linked.
I have tried using the Requery command when Got Focus on FileName. This almost worked fine, but applies to all records in the subform. I want it to only apply to recrods from that record on.
I figure that there is a way to do this without writing the records one by one as entered to another table which will not be affected by the requery.
HHHEEELLLPPP
Thanks
In a continuous subform Files, there is a combo box FileName which uses MasterBox in the criteria for its query to lookup only files that are in MasterBox. I want to use the original value of MasterBox when entering the first few records in the subform and then change the value of MasterBox and enter more records in the subform without affecting the records already entered. The form and subform are not linked.
I have tried using the Requery command when Got Focus on FileName. This almost worked fine, but applies to all records in the subform. I want it to only apply to recrods from that record on.
I figure that there is a way to do this without writing the records one by one as entered to another table which will not be affected by the requery.
HHHEEELLLPPP
Thanks