P Pulkit New member Local time Today, 14:58 Joined Sep 4, 2015 Messages 2 Sep 5, 2015 #1 Dear Friends Greeting & Good Morning, What is formula for year calculation in Table. attached please find herewith Access file for your ready reference Attachments New Microsoft Access Database.accdb New Microsoft Access Database.accdb 800 KB · Views: 98
Dear Friends Greeting & Good Morning, What is formula for year calculation in Table. attached please find herewith Access file for your ready reference
Eljefegeneo Still trying to learn Local time Today, 02:28 Joined Jan 10, 2011 Messages 902 Sep 5, 2015 #2 I think what you want is the DateDiff Function. Look it up.
P Pulkit New member Local time Today, 14:58 Joined Sep 4, 2015 Messages 2 Sep 5, 2015 #3 yes Sir can share formula. my requirement is like Suppose.. 01/03/2010 and second date is 01/06/2015 different of both date is 5 year and 3 month i want result of both date as how many year & How many Month. result should be 5 year and 3 month Last edited: Sep 5, 2015
yes Sir can share formula. my requirement is like Suppose.. 01/03/2010 and second date is 01/06/2015 different of both date is 5 year and 3 month i want result of both date as how many year & How many Month. result should be 5 year and 3 month
Brianwarnock Retired Local time Today, 10:28 Joined Jun 2, 2003 Messages 12,701 Sep 5, 2015 #4 It is not normal to store calculated fields in a table, the calculation should be done in the form or report when required. There is no simple formula to do what you want but there are code samples in the code repository, one such is here http://www.access-programmers.co.uk/forums/showthread.php?t=221718&highlight=Date Brian
It is not normal to store calculated fields in a table, the calculation should be done in the form or report when required. There is no simple formula to do what you want but there are code samples in the code repository, one such is here http://www.access-programmers.co.uk/forums/showthread.php?t=221718&highlight=Date Brian