G
Guest
I have a main form that has a datasheet form as a sub form. I want to set
the row height on my datasheet. The code that I write, halts and will not
execute. I have written it in the on-open property of my main form. Below
is an example of the code I wrote. Can someone tell me what I have done
wrong?
[Forms]![frmMAIN_FORM]![frmSUB_FORM].SetFocus
[Forms]![frmMAIN_FORM]![frmSUB_FORM].RowHeight = 250
the row height on my datasheet. The code that I write, halts and will not
execute. I have written it in the on-open property of my main form. Below
is an example of the code I wrote. Can someone tell me what I have done
wrong?
[Forms]![frmMAIN_FORM]![frmSUB_FORM].SetFocus
[Forms]![frmMAIN_FORM]![frmSUB_FORM].RowHeight = 250