Hello,
I have a listbox that populates via hard coded query in the after update event of a text box. What I would like to do is take the results from this listbox and insert them into a textbox so that they will be added to the record (row) or even better, it would be nice to have a text box populate after the query is run rather than the listbox, but i dont think that is going to happen... Here is the query that populates the list box:
Me.DX.RowSource = "SELECT N_DNS_CAT FROM [LTC_P_TLTC_CLM_ICD9_TNL] WHERE [C_DNS]= '" & Me.txtICD9 & "'"
Thanks!
Start Free Trial