Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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