Hello,
Im working with one of the database samples, and what I would like to do is store a multiline text box as field3
db.Field(3,0) = EBfield3.Text
Field3 is limited to 2 characters in the sample
Field(3,0) = "state" :Field(3,1)=2
I have tried increasing this value but it will not allow me to store a multiline.
I basically want field3 to be a unlimited notes area that I can store notes on my inventory
Any ideas how I can do this?
Im working with one of the database samples, and what I would like to do is store a multiline text box as field3
db.Field(3,0) = EBfield3.Text
Field3 is limited to 2 characters in the sample
Field(3,0) = "state" :Field(3,1)=2
I have tried increasing this value but it will not allow me to store a multiline.
I basically want field3 to be a unlimited notes area that I can store notes on my inventory
Any ideas how I can do this?