Re: printable size of memo field
- From: John Spencer <spencer4@xxxxxxxxxxx>
- Date: Mon, 06 Feb 2006 19:08:04 -0500
A more robust solution would be to add a table to hold the memo and a datetime
field for the memo and a field to relate the memo field to the report table.
That way you could print all the memos associated with a report, just the latest
memo associated with the report, or the last five (or other number).
The only way to do it with one memo field is to have some string of characters
that indicates the break between entries and then use vba to find that break and
delete all characters between the break and the end or beginning of the memo field.
How is the data entered into the memo field now? That is what does it look like?
Do you add new data at the beginning of the memo field? At the end of the memo
field? How do you decide which entries to keep? Do you want to keep all the
data, but just display some of it?
Roger wrote:
.
Hi all...
I'm a newby with a 'memo' field, question. I have made a database with
a memo field for inputting engineers reports on a weekly basis. Can I
make the older entries roll off when I enter the latest entries so
controlling the printout size of the memo field?
At present the printout can go into several pages of engineers history
which is not required.
Rojen
- Follow-Ups:
- Re: printable size of memo field
- From: Roger
- Re: printable size of memo field
- References:
- printable size of memo field
- From: Roger
- printable size of memo field
- Prev by Date: printable size of memo field
- Next by Date: Re: How can i do a query to just search the whole record?Please Help!
- Previous by thread: printable size of memo field
- Next by thread: Re: printable size of memo field
- Index(es):
Relevant Pages
|