I've got a Transaction Date field which at them moment has an Input Mask 00/00/0000;0;* so that users can only enter a date like 15/07/2004. However, my manager is being picky and also wants users to be able to enter a date such as 15/07, but to still have the date saved in the table as 15/07/2004. What's the easiest way of doing this? Am I best to take off the Input Mask and then let users enter what they like but then have some validation behind my Save Record button to ensure the date entered is either dd/mm/yyyy or dd/mm?