Hi, I'm using several DateTimePickers in a form all of which display a date and time. One of the calculations that needs to be done requires matching records of the same date. If I try to compare those values as is the database will never find a match because it also has the time attached to the date. Is there a quick and easy way to get just the date or just the time from the control? I tried a Format statement, but it was asking for an extra parameter that I wasn't sure about. Thanks.