I have a form with 4 pageframes. On page 2 there is a drop down list box that has 2 columns, only one is visible. When the user selects the item from the list, I populate fields in a table with the information from both columns by changing the bound column and doing a replace in the table with the value from the list box. However, it only seems to change the bound column if I set a breakpoint at the "this...boundcolum=2" line. If I don't break, it puts the info from col. 1 into both fields. The thing that is really killing me is that I have the exact same box with the exact same code on page 1 of the form and it works just fine. What is going on????
Thanks,
Eve
Thanks,
Eve