I would like to show/hide input fields based on the value of a lookup in an edit form. I have successfully implemented an IF function in the visible property on a view form that works. However, I need to have the show/hide feature refresh after changing the value in the lookup.
Is there a function that will redraw the form based on the current record once the value in the lookup changes? Or another way to implement this behaviour?