i need to calculate the days left for a contract to end
i have a table contain the (start_cont) and from the query
i calculated the (end_cont)
end_cont=( DateAdd("d";-1;DateAdd("yyyy ";3;[tbcontract]!
[start_day])).
now i whant to calculate the days left before the contract
end (ex= 2 days 3 monthe 2 years)in this format
pleas hlp accesss 2007
i have a table contain the (start_cont) and from the query
i calculated the (end_cont)
end_cont=( DateAdd("d";-1;DateAdd("yyyy ";3;[tbcontract]!
[start_day])).
now i whant to calculate the days left before the contract
end (ex= 2 days 3 monthe 2 years)in this format
pleas hlp accesss 2007
Comment