When my Access program was run under Windows 98, the date format is dd/mm/yyyy, with the day and month displayed in 2 digits, say 05/12/2002. But the same program when run under Windows XP with the same date format, it was displayed as 5/12/2002. How could I ensure that the day and month always displayed in 2 digits even if it is a single-digit numerical day and month?
Another related question, can I force user to enter the date in the format dd/mm/yyyy without consideration of the regional settings under the Control Panel? For example, if an user has the regional date setting as mmm/dd/yyyy, can I display my date as well as enforce its entry as dd/mm/yyyy?