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 / Setup / Configuration / November 2003

Tip: Looking for answers? Try searching our database.

creating  autodate fields

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anthony - 14 Nov 2003 15:32 GMT
Hi,
Another quick question.
I want to add a New date field on a form'
have it recognise another date field and add 90 days to it,
then reflect that date in the New field I added.
Not sure how in access.

Thanks,
Anthony
losmac - 15 Nov 2003 13:56 GMT
For the New Field enter in DefaulValue like this:
= DateAdd("d";90;[AAA].[DateOld])
where DateOld is a field with your another date
(recognised field).

Read more about Date functions in help files.

losmac

>-----Original Message-----
>Hi,
[quoted text clipped - 7 lines]
>Anthony  
>.
Cheryl Fischer - 16 Nov 2003 20:32 GMT
> = DateAdd("d";90;[AAA].[DateOld])

Shouldn't that expression use commas rather than semi-colons?

--
Cheryl Fischer
Law/Sys Associates
Houston, TX

> For the New Field enter in DefaulValue like this:
> = DateAdd("d";90;[AAA].[DateOld])
[quoted text clipped - 17 lines]
> >Anthony
> >.
Douglas J. Steele - 16 Nov 2003 21:15 GMT
Depends what the Regional Settings are.

Signature

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

> > = DateAdd("d";90;[AAA].[DateOld])
>
[quoted text clipped - 26 lines]
> > >Anthony
> > >.
 
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



©2008 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.