>This is the last thing that I tried #DateFormat(NOW(),
>'yyyy/mm/dd')#. Any ideas?

Instead of using CF to insert the current date, you can use the Access SQL version, 
which I believe is "Now()".

INSERT INTO
yourTable
(
theDate
)
VALUES
(
Now()
)

I haven't done it in Access in a while and each database has its own version (even SQL 
Server's is different from Access -- go figure) but it should be in the Access help 
file.

Scott
--------------------------------
Scott Brady
http://www.scottbrady.net/ 
             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to