Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
231 Points
47 Posts
Sep 23, 2007 07:49 AM|LINK
before calling the function Just validate the values
check if it is dbNull or "" then do not call the function and return some error message
if the value of date is not present it makes no sense to format it .
Asifsolkar
Member
231 Points
47 Posts
Re: Conversion from string "" to type 'Date' is not valid.
Sep 23, 2007 07:49 AM|LINK
before calling the function Just validate the values
check if it is dbNull or "" then do not call the function and return some error message
if the value of date is not present it makes no sense to format it .