that's clever thinking :-) it's worked fine
Out of curiosity is there any reason why my code looped twice?
Also, when i reduce the field back to its original height. The record still stays at the enlarged height.
I basically have a continuous form which shows all the record for an order. When the user clicks on the description field it expands, and when you click again it goes back to the original size. The problem is when it expands, it expands all the descriptions field (which is fine) since they go off the bottom of the screen. When i click again, the description field returns to its original height but the record height stays enlarged. I tried a requery after click but that didn't work. Any ideas appreciated