Can you please convert the Dragon Nat Spkg, SW cd, and opens in a couple houw

N

Nick Richards

Hi, Thanks in Advance for your help.

I have a customized contact form, which has a Button,
when clicked adds a Time Stamp to the contact record I am
currently on. When the button is clicked on, a date/time
Stamp is inserted into the body of the Contact record.

I would like to have the same Time Stamp "Button" for
the "Appointment" Record I create.

Here is the code that I added to make the Time/Date Stamp
button to my "Contact" Record:

Sub cmdTimeStamp_Click
Item.Body = Now & ": " & vbcr & vbcr & Item.Body
End Sub

Can you Please email me back with this code modified, so
I can copy/paste your modified code, it into the
Appointment folder?

CaN YOU PLEASE TELL ME HOW TO add it to the Appointment
Form? PLEASE SEND ALL OF THE CODE (instead of saying"
Change this or that about the code you used for hte
Contacts ), SO I CAN COPY & POSTE IT?

Thank YOu,

email: (listen in this form above)

Thanks, Nick
 

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