I have a date/time field in my table called haziddate. I define the format in the table as dd/mm/yyyy which is how I want it to display to the user. I was having trouble when I defined an input mask so I removed it but I would like to use one to make it more user-friendly. I want the user to enter the date in the dd/mm/yy format but don't want them to have to enter 02 for day 2 -- just to enter 2. I have experimented with all kinds of input masks but can't seem to get this to work. Also, when I enter 20/02/06 it displays and stores it as 02/06/2020. I have spent most of the day researching this and am now totally confused. Can anyone help please?