D
Denis
I have an unbound form containing a Listbox (lstTip) and a
Textbox (txtTip).
The ControlSource for txtTip is the second column of
lstTip ( =[lstTip].[column](2)) . The source for the
second column of lstTip is a Memo field in tblTip.
When selecting a record in lstTip, I want txtTip to show
the data from the Memo field, however txtTip will only
allow 255 characters (which I know is the limit for a
Textbox). Is there a way to have all the contents of the
Memo field display in txtTip? Is there a workaround this?
Thank you for your help.
Denis
Textbox (txtTip).
The ControlSource for txtTip is the second column of
lstTip ( =[lstTip].[column](2)) . The source for the
second column of lstTip is a Memo field in tblTip.
When selecting a record in lstTip, I want txtTip to show
the data from the Memo field, however txtTip will only
allow 255 characters (which I know is the limit for a
Textbox). Is there a way to have all the contents of the
Memo field display in txtTip? Is there a workaround this?
Thank you for your help.
Denis