Not certain about your requirements but this is a general way to do
it.Put this javascript on the Change event of the droplist:if
(xfa.event.newText=="Accounting"){TextField1.rawValue="putsometexthere"TextField2.rawValue="putsometexthere"TextField3.rawValue="putsometexthere"}If
you are using a table, substitute cell names.