I have a table that contains two fields to indicate when a production run is scheduled. It indicates that start and end dates of the run. When a run is not scheduled I need to allow the user to simply remove the date and set the value of the field back to NULL. Every time I try this it sets the value to 01/1/1900. How do I get the value to be NULL? (Allow NULL is set for the field in the table).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292856 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

