There is a command button wizard to move you to a new record, or use this
code:
RunCommand acCmdRecordsGotoNew
To insert the date and time when the new record was created, just set the
Default Value property of the text box to:
=Now()
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
mike said:
Thank you for your imput. It worked great, but I need it to do more. I
need it to, I guess start a new record also. When I click the button it
places it in the text box. However, I need it to place it in the box each
time I click it. I am trying to make a note system for when people to call.
I will push the button and type what our conversation is. Then if they call
tomorrow I will need to time/date stamp it again, but within the same text
box. This is so my staff can look up a chart and see all of the
conversations together.