I know very little VBA so please be specific & patient. I have a table containing multiple records of "documentation notes" (fields: ID; date; notes). I would like to display all of the records in a text box(?) of a form and later in a report. Table format
ID Date Notes
1 12/1/03 "note entry one."
1 12/2/03 "note entry two."
1 12/3/03 "note entry three."
Display to look like:
12/1/03 note entry one. [carriage return]
12/2/03 note entry two. [carriage return]
12/3/03 note entry three.
Later I will need to print this output the same way. I anticipate having a problem with too many records to display on a single page, so how will I set an appropriate page brake?
Your help is much appreciated!!!
Paul Faculjak
paul@DataIntegritySolutions.com
ID Date Notes
1 12/1/03 "note entry one."
1 12/2/03 "note entry two."
1 12/3/03 "note entry three."
Display to look like:
12/1/03 note entry one. [carriage return]
12/2/03 note entry two. [carriage return]
12/3/03 note entry three.
Later I will need to print this output the same way. I anticipate having a problem with too many records to display on a single page, so how will I set an appropriate page brake?
Your help is much appreciated!!!
Paul Faculjak
paul@DataIntegritySolutions.com