a better Notes window

V

Vass

Access 2000

I have a form with a notes window

at the moment I type the date and time, and type my notes, pushing the older
notes down keeping the latest on top

I'd like to have a list of dates on the left and the note shown on a wider
window on the right showing the note selected by the date on teh left when
clicked

or perhaps a FWD / BACK buttons and show each note only rather than the
whole list


Can I auto Date and Timestamp when entering new notes too ?

Many thanks for any info
 
A

Arvin Meyer

To search for a particular note, each note or note day must be separated
into a separate record. The record needs to have an ID field, a date/time
field, as well as the note (memo) field. A 2 column combo or list box with
the ID and date will serve as your picker on the left side, and a large text
box will hold the note on the right.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Top