I've created a subform-6 (read only) which summarizes 5 other subforms. This is what the users wanted. It's working very well, but one user now wants to add a field to this (read only) subform, in which she can indicate Yes / No. However, she cannot directly enter data in the field.
I've created a field in the immediately preceding subform-5 that will update to Yes/ No through VBS code behind 2 buttons on subform-6. This is done by the user clicking either a Yes or a No button on the (read only) subform-6. This will then update the field in subform-5, and also SHOULD put that value in one of the (read only) subform-6 fields. To refresh subform-6, the user can then click a Refresh button on subform-6, which refreshes all data. This Refresh button has worked very well until this new addition.
PROBLEM: The Refresh button does not IMMEDIATELY update this new yes/no field on subform-6. The only way I can get the field to fill on subform-6 is to (1) click the immediately preceding subform-5, click back to subform-6, and click the Refresh button.
Is there any code to simplify this?
Thank you.
I've created a field in the immediately preceding subform-5 that will update to Yes/ No through VBS code behind 2 buttons on subform-6. This is done by the user clicking either a Yes or a No button on the (read only) subform-6. This will then update the field in subform-5, and also SHOULD put that value in one of the (read only) subform-6 fields. To refresh subform-6, the user can then click a Refresh button on subform-6, which refreshes all data. This Refresh button has worked very well until this new addition.
PROBLEM: The Refresh button does not IMMEDIATELY update this new yes/no field on subform-6. The only way I can get the field to fill on subform-6 is to (1) click the immediately preceding subform-5, click back to subform-6, and click the Refresh button.
Is there any code to simplify this?
Thank you.