MaharajanM
Programmer
Hi All,
I am newbie to MS Access and VBA.
I have creted a List Box and added items by below 3 lines,
Me.testList2.RowSourceType = "Value List"
Me.testList2.RowSource = "skddk fofdjfjd,fdfd dfdfdf;row2col1;row2col2222222222222222222222222222222222"
Me.testList2.Requery
But at runtime, the scrollbars are not displayed automatically. How can trigger this?
Thanks in advance for any related help,
Maharajan.
I am newbie to MS Access and VBA.
I have creted a List Box and added items by below 3 lines,
Me.testList2.RowSourceType = "Value List"
Me.testList2.RowSource = "skddk fofdjfjd,fdfd dfdfdf;row2col1;row2col2222222222222222222222222222222222"
Me.testList2.Requery
But at runtime, the scrollbars are not displayed automatically. How can trigger this?
Thanks in advance for any related help,
Maharajan.