I have a table/form with records that contain different titles. On another form is a memo field that I would like to have the records listed first and then allow the user to add to the memo field whatever text they want to add.
I thought I would have to make a query to get all the records(titles) for each particular project and then make the query results as the record source for the memo field.
The query runs fine and gives me the results that I expect, but when I try to get the results into the memo field, it just shows the first record(title) and not the rest of them. How to I get it to show all the records?
Thanks,
Naoaja
I thought I would have to make a query to get all the records(titles) for each particular project and then make the query results as the record source for the memo field.
The query runs fine and gives me the results that I expect, but when I try to get the results into the memo field, it just shows the first record(title) and not the rest of them. How to I get it to show all the records?
Thanks,
Naoaja