I have a repair log. The operator enters the date and time the machine goes down. Repairman called time, arrived time, start time and finish time. I then calculate the response time, repair time and down time from these fields. This application was build way before I got here. The dates are formatted as a text field "20000101" and times are 1.3 and 13.3. Conversion is going th be a bear. I am having an problem with the date time fields. I am slowly converting some of the fields to Date/Time. having not worked with date and time before I tried creating a Date textbox and a Time textbox on a form. The Date field works but the time shows the time 12:00 AM but when I click on it shows date and time. I would like to have one text box for date another for time. Is there a way to do this? I have code for a neat time picker if anyone wants it. Didn't want to use it because it takes a lot of real estate on the screen but it would to work. it roll’s the sec, min, hours, as you click the arrows. I just want a field that displays 12:00 AM or 1:00 PM...