Not sure the best way to explain this, Anyway I have a calculated value on a filed that does a lookup to another list to display a dynamic message. I have fields below that message.
Unless I per-allocate sufficient space below the calculated value the fields below the calculated value will be over layed by the dynamic text.
I know what is happening. The text from the calculated value is being displayed after the form is rendered causing the over lay of the fields.
Are there any tricks to cause the form to be rendered in such a way that this does not occur?