Expand my Community achievements bar.

fill text box from database issue

Avatar

Former Community Member
Hello,



I have a drop down list that gets data from an access database.

Now I want a text box to be filled automatically with data according to the selected name in the drop down list.



So far I tried it with the following:



TextBox.rawValue = this.boundItem ( xfa.event.newText )



This gives me back the "ID" number of my access database. now i want to find the data in the same row in a different column to fill my text box.



is there a way to fill the text box with data from a database according to a drop down list?
0 Replies