I record the date and time I load records to the database. These times are critical for grouping data for our purposes, however when I load a large group of data, the seconds are also entered which nullifies the purpose of the field because the seconds make the field unique and when I query using distinct I get multiple times for a group of data instead of one. If I format the field to say mm/dd/yyy hh:nn...looks ok when you are looking at it but the seconds are still stored and returned when clicking in the field or running distincts. Is there any way to prevent the seconds from being stored? For example default field value is =now() and format is mm/dd/yyy hh:nn, seconds are still there I want them gone forever or better yet never entered in the first place.
Thanks
Thanks