Hi,
I have a datetime field in my table. In my stored procedure, I have created two parameters for my datetime field - one for date and one for time. Results should display all data greater than that date and time entered by the user. How can I seperate the two such that when the user enters the date it should just check the date and when they enter the time it should check both. They can enter just the date or both together. I hope it makes sense.
Thanks,
-E
I have a datetime field in my table. In my stored procedure, I have created two parameters for my datetime field - one for date and one for time. Results should display all data greater than that date and time entered by the user. How can I seperate the two such that when the user enters the date it should just check the date and when they enter the time it should check both. They can enter just the date or both together. I hope it makes sense.
Thanks,
-E