I want to refresh more than one text box after a combo box is updated. The text boxes contain expresions that use the info from the combo box. If the combo box changes, the text boxes need to change.
I know that to refresh one text field I put "Refresh([textbox])" in the "After Update" field of the combo box's properties, but I don't know the syntax for more than one object.
It won't accept "Refresh([textbox1],[textbox2])", "Refresh([textbox1] [textbox2])", "Refresh([formname])", "Refresh([Forms]![formname])" or any other permatation I can think of. I can't even find anything on the Refresh() function in Access Help. I only discovered that it works out of frustration.
I would prefer it to refresh all objects on the form, rather than me entering each object.
Can anyone help?
I know that to refresh one text field I put "Refresh([textbox])" in the "After Update" field of the combo box's properties, but I don't know the syntax for more than one object.
It won't accept "Refresh([textbox1],[textbox2])", "Refresh([textbox1] [textbox2])", "Refresh([formname])", "Refresh([Forms]![formname])" or any other permatation I can think of. I can't even find anything on the Refresh() function in Access Help. I only discovered that it works out of frustration.
I would prefer it to refresh all objects on the form, rather than me entering each object.
Can anyone help?
Last edited: