Project's UI requires separate calendar controls for Date and Time. I want to combine these two values with my call to the sql database. User selects the date on the date calendar control and then the time on the Time calendar control, then submits smartform (I know one calendar control can do this, but the end-user require two separate fields on the form.
I'm thinking the Date Time Operator (Add Hours) would work, but I don't know where to put it, that is, I've tried to set the values, but I'm getting nulls.
How can I combine the two calendar values to send to one DateTime SQL Server field.
Taffy