Table field "memo"

P

Paignton Bill

I have a field set as a memo pad and I want access to enter a time and date
each time the field is access and a comment put in

Can anyone help
 
J

Jeff Boyce

Bill

While it is possible to do, you will make searching the "memos" much slower
and more difficult.

Have you considered using a (one-to-)many table, with one row for each
date/time/comment? You could use =Now() as the default value for a
date/time field, and add a text field for comments (if under 255
characters).

Good luck

Jeff Boyce
<Access MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top