I have designed a query that prompts for a month/day date. The format must be in the form MM/DD, where both month and day are 2 digits. I have looked at the query in Design View, and brought up the properties for the field which has the heading for the parameter prompt in square brackets; i.e., [Enter date (MM/DD]. I have created an input mask of the form 00/00;0;n, for this field with format Very Short Date (also Short Date), but it appears to have no effect when I enter the parmeter. The query works fine, but produces incorrect output if the wrong format is entered.