multiRown property

j0se

Registered User.
Local time
Today, 16:21
Joined
Jan 15, 2003
Messages
57
I want to set a textboxe's controlstyle to multirow, but I can't find this property in the control's property list, nr can I set it in code:

MyTextBox.ControlStyle = MultiRow

That just makes Access tell me to use the properties list

Any help is appreciated
:)
 
There is no such property. If you want your textbox to display more than one line of data, resize it.
 
ah

ok - I'm with that

But I came across a reference to this in 'help' (type in "multirow and you'll see MultiRow Property explained)

cheers for that anyhow!
:)
 
Well if you typed in multirow in help instead of here like I did, you would find that the multirow property applies to the tab control.
 
ok

Next time I'll use the help, not the forum

thanks
 

Users who are viewing this thread

Back
Top Bottom