PC Review


Reply
Thread Tools Rate Thread

Auto calculate date

 
 
=?Utf-8?B?TWFkZGluaQ==?=
Guest
Posts: n/a
 
      31st Jan 2006
Hi. This is my first time posting here. I have a field named Profile Last
Updated which is a date, MMDDYYY. I want to automatically add three months to
that date to come up with a Profile Check Date. Any ideas on how to do this?

Thanks
 
Reply With Quote
 
 
 
 
=?Utf-8?B?T2Zlcg==?=
Guest
Posts: n/a
 
      31st Jan 2006
Create a query based on the table, add another field to it using the DateAdd
function to add three month to the Date field

Profile_Check_Date: DateAdd("m",3,[Profile Last Updated])

Or in SQL
Select DateAdd("m",3,[Profile Last Updated]) As Profile_Check_Date From
TableName

--
\\// Live Long and Prosper \\//
BS"D


"Maddini" wrote:

> Hi. This is my first time posting here. I have a field named Profile Last
> Updated which is a date, MMDDYYY. I want to automatically add three months to
> that date to come up with a Profile Check Date. Any ideas on how to do this?
>
> Thanks

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Calculate days w/start date & End date Ben Microsoft Access 2 24th Apr 2009 02:26 PM
Auto calculate for date + days forward to yield new date =?Utf-8?B?Sm9obiBTdWxsaXZhbg==?= Microsoft Excel Worksheet Functions 1 22nd Apr 2006 05:18 PM
Re: Excel: auto-calculate a date 2 weeks after an initial date Frank Kabel Microsoft Excel Worksheet Functions 0 22nd Sep 2004 09:16 PM
Re: Excel: auto-calculate a date 2 weeks after an initial date RagDyer Microsoft Excel Worksheet Functions 0 22nd Sep 2004 09:12 PM
Excel: auto-calculate a date 2 weeks after an initial date =?Utf-8?B?c2ZmYW4yMDA0?= Microsoft Excel Worksheet Functions 0 22nd Sep 2004 09:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:00 PM.