Getting the form to change based on a selection (how to?)

D

davey

Is there a way for me to get the rest of the form to display different
choices based on a selector button or combobox earlier in the form?
 
R

Rick B

Yes, but you would need to be more specific. Basically, put code in the
field's "After Update" event. This code will most likey apply a filter.

Rick B


Is there a way for me to get the rest of the form to display different
choices based on a selector button or combobox earlier in the form?
 
Top