Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / July 2007

Tip: Looking for answers? Try searching our database.

Copy data from one field to another

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JoeP - 19 Jul 2007 22:00 GMT
I have a form called participant.  I data enter a date into a field called
StartDate.  I would like to have that same date automatically be set as a
default in another field called InitialContactDate.

Can it be done and if so how?

Thanks.

JoeP
Douglas J. Steele - 19 Jul 2007 22:11 GMT
For the AfterUpdate event of the field, put code like:

Private Sub StartDate_AfterUpdate()

 Me!InitialContactDate = Me!StartDate

End Sub

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

>I have a form called participant.  I data enter a date into a field called
> StartDate.  I would like to have that same date automatically be set as a
[quoted text clipped - 5 lines]
>
> JoeP
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.