Hi,
I have DDLB object in my PB app. It populates the data I want and I can select the list items and do what I want to. However I noticed that when I change the listed item in the DDLB and save I keep getting an SQL error. I am using Trim(Right(ddlb_debit_trans_type.Text, 1)) to get the value...