how to calculate the date by using integer variable which can know the lasted date
for example
user key in date is 2/20/2008
and he want know the after intvariable day is which date
like this user key in date is 2/20/2008 - intvariable = date user require date
dim keyindate as date
dim intvarible as int
assume intvarible is 19
the intariable data type must be integer because this data need processes by another
2/20/2008 - 19 = 2/1/2008
the 2/1/2008 i need to get
thanks