Memo field as record source for Txtbox in Access Forms

reggiete

Registered User.
Local time
Yesterday, 20:28
Joined
Nov 28, 2015
Messages
56
Hello All,

I am needing help displaying text that is in a memo field in a table on a textbox on a form. I am aware the textbox limits to 255, so i am needing help with displaying the text from the memofield in the data table.

The form is bound to the table and the textbox is bound the the field in a table which is set as Memo type.

My form record source is not bound by any queries fyi.

Thanks,
 
form textboxes are not limited to 255 characters, so not sure what your question is - you might need use the vertical scrollbar on the control (set to vertical in the control properties)
 

Users who are viewing this thread

Back
Top Bottom