I am attempting to allow users to enter work performed into an Intranet site. I would like users to be able to enter time begun and time finished into this site as well as the date this work was performed. In a later report, I would like to calculate the duration among these two times..<br><br>I am using an Oracle database and currently have defined the following fields:<br>work_date (of type date)<br><br>time_begun<br>time_end<br><br>time_begun and time_end are currently just varchar2 fields.<br><br>Can anyone give me some direction on how to do this? I am also not sure where a.m. and p.m. would come into play?? Could I create a select box with these options?