Hi All,
I have a table that records information on jobs that my business customers need completing. There are several fields of varying types in the table, including a memo field.
I am using a multicolumn list box on a form to display a number of these fields from each record - the intention is to provide enough information so that a team member can chose to select that job(or not).
One of the fields I need to display is the memo field.
I have bound a text box on the form to column(10) in the listbox, which in turn is bound to the memo field in the table via a query.
My textbox truncates at 255 chars. This is neater than returning this much info via the list box, but.....
How do I get the entire contents of the memo field onto the form?
(I can't seem to find a 'memo' control in the tool bar to drag and drop onto the form.)
I've seen this mentioned before in table design - where memo fields are available, but haven't seen a solution to put on a form.
Cheers
Dan
I have a table that records information on jobs that my business customers need completing. There are several fields of varying types in the table, including a memo field.
I am using a multicolumn list box on a form to display a number of these fields from each record - the intention is to provide enough information so that a team member can chose to select that job(or not).
One of the fields I need to display is the memo field.
I have bound a text box on the form to column(10) in the listbox, which in turn is bound to the memo field in the table via a query.
My textbox truncates at 255 chars. This is neater than returning this much info via the list box, but.....
How do I get the entire contents of the memo field onto the form?
(I can't seem to find a 'memo' control in the tool bar to drag and drop onto the form.)
I've seen this mentioned before in table design - where memo fields are available, but haven't seen a solution to put on a form.
Cheers
Dan