Expand my Community achievements bar.

Change corresponding data containing in Database

Avatar

Level 5

A form is connected to Access database. DropDown field is set with ID field containing in Database field with dynamic properties. So I am getting all value of ID in DropDown field.

There have another two fields named FirstName & LastName.

I placed following code under DropDown field:

FirstName = $.boundItem(xfa.event.newText)

It is working fine as I set FirstName as text value  in dynamic properties.

However, LastName value is not changed with FirstName. What should I do to change LastName value with FirstName.

0 Replies