I have a problem with updating a spinner value. I am using one form to call another form. The value if form 1 I want to display in the spinner in form 2 before the user changes the value. The spinner Minimum value of 1 and a maximum value of 7 and it always defaults to 0. I have tried this.value = 1 or this.value = UpdatedValue but it is not changing. Can someone help me out please? Thanks