B
bob92122 via AccessMonster.com
Is there any way to have a memo field show the last line rather than the
first line as its default?
I have a memo field into which I put data from an "add comments" field using
memofield = memofield & timestamp & textfield. I would like the form to show
the last lines of text entered, rather than the first, by default. I know I
could append new comments to the top with memofield = timestamp & textfield &
memofield, but I prefer newer comments to be at the bottom.
first line as its default?
I have a memo field into which I put data from an "add comments" field using
memofield = memofield & timestamp & textfield. I would like the form to show
the last lines of text entered, rather than the first, by default. I know I
could append new comments to the top with memofield = timestamp & textfield &
memofield, but I prefer newer comments to be at the bottom.