In Access 2016 I have, as part of a bigger system, a customer table and a linked customer memo table whose purpose is to hold a chronological log of contact with the customer.
Entering and storing the data is no problem. The area I need advice on is how to display it in a form. The individual memo entries are of variable size and I want to show the log in the form when I select the customer to enter a new order.
Using a subform doesn't work as the rows in a subform are all fixed size. Using the Shift-F2 approach is clunky to look through the entries that aren't fully shown. I've tried building an unbound long text field by reading through the memo entries and formatting the fields to be date and text with the text indented but that runs into issues with needing to wordwrap text and inserting 'tab' characters to format it.
What I'm after is something like:
10/08/2019 Note text -----------
more text
09/08/2019 Note text
08/08/2019 Note text
Any suggestions?
Entering and storing the data is no problem. The area I need advice on is how to display it in a form. The individual memo entries are of variable size and I want to show the log in the form when I select the customer to enter a new order.
Using a subform doesn't work as the rows in a subform are all fixed size. Using the Shift-F2 approach is clunky to look through the entries that aren't fully shown. I've tried building an unbound long text field by reading through the memo entries and formatting the fields to be date and text with the text indented but that runs into issues with needing to wordwrap text and inserting 'tab' characters to format it.
What I'm after is something like:
10/08/2019 Note text -----------
more text
09/08/2019 Note text
08/08/2019 Note text
Any suggestions?