PC Review


Reply
Thread Tools Rate Thread

How can I create a field to calcuate Number of days elapsed from d

 
 
=?Utf-8?B?S2FyZW4gV2lsbGlhbXM=?=
Guest
Posts: n/a
 
      10th Nov 2004
I need to create a field to calculate how many days have elapsed since a
particular date.

Any ideas?
 
Reply With Quote
 
 
 
 
Sparky Polastri
Guest
Posts: n/a
 
      10th Nov 2004

"Karen Williams" <Karen (E-Mail Removed)> wrote in message
news:7D428B98-F3F7-4E5E-B148-(E-Mail Removed)...
> I need to create a field to calculate how many days have elapsed since a
> particular date.
>
> Any ideas?


Javascript, ASP, or some other scripting language.

Search the net, that type of thing may already exist.


 
Reply With Quote
 
Clark
Guest
Posts: n/a
 
      11th Nov 2004
If you want to know how many days have elapsed from some date that is in
a date field of an Access database (for example how may days ago did
someon sign up), you can easiliy make a query that will provide that
for every entry in the database).

All you have to do in the query builder is type in the expression:

DaysSinceSignup: Date()-[signupdate]

where in this example the query field name is DaysSinceSignup and the
sinupdate is the field from which you are counting the dates.

Of course you need to have brought the appropriate fields from your
table into the query.

Karen Williams wrote:

>I need to create a field to calculate how many days have elapsed since a
>particular date.
>
>Any ideas?
>
>


 
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
Calcuate 2 days prior to TODAY jmsinner Microsoft Excel Programming 4 19th Jul 2009 06:05 PM
Solve 1st of month after specified number of days elapsed =?Utf-8?B?TUg=?= Microsoft Excel Worksheet Functions 8 7th Mar 2007 05:39 AM
Showing elapsed days in a field =?Utf-8?B?ZHZvcmFzbmVsbA==?= Microsoft Access Forms 4 1st Mar 2007 12:59 AM
formula for tracking number of elapsed days from a stard date spm1371 Microsoft Excel Worksheet Functions 1 22nd Jan 2006 04:52 AM
how do I subtract 2 date fields to get number of days elapsed? =?Utf-8?B?QW5kcmV3IEZvcmJlcw==?= Microsoft Excel Programming 3 8th Dec 2004 05:25 PM


Features
 

Advertising
 

Newsgroups
 


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