|
|Is there a way to fill in a future date in a column of
|a table? 


Use the dateadd function with the now() fuction as an argument to specify a
future date
ex.:
2 weeks from today:
#DateAdd("d","14",Now())#
make sure the number of "days" is in quotes.

Regards,
Anthony Geoghegan.
Lead Developer,
IFTN 
www.wow.ie
mailto:[EMAIL PROTECTED]
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to