G
Guest
I have a drop down list box that I populate with dat
I actually have two of them, one databound, one not. The problem is that I can't seem to get the system to recognize that I have actually selected something different than the default.
In the forms edit button I call the code like the following example
Dim MyUsr As UserRe
MyUsr = New UserRe
MyUsr.MyValue = DDLListValues.SelectedValu
MyUsr.Updat
Yet no matter what I select when running the code, the item selected at form_load is always saved as the value
Anyone know what I am doing wrong
Thank
Art DeBuign
I actually have two of them, one databound, one not. The problem is that I can't seem to get the system to recognize that I have actually selected something different than the default.
In the forms edit button I call the code like the following example
Dim MyUsr As UserRe
MyUsr = New UserRe
MyUsr.MyValue = DDLListValues.SelectedValu
MyUsr.Updat
Yet no matter what I select when running the code, the item selected at form_load is always saved as the value
Anyone know what I am doing wrong
Thank
Art DeBuign