The date that I want to pass is an 'empty date', a null value. When I pass the empty/null value from my form as a parameter (sql passthru statements), sql2k is storing 01/01/1900. So when my screen refreshes, instead of having an empty date on the gui, it returns 01/01/1900.. the default value. I could code the vfp end to empty the date field when date = 01/01/1900, but that would be pretty sloppy..