In the database I am desiging I have created a querie that will prompt for user input, in this case it will prompt for a name and date and then return a certain list. My concern is that this list might not be accurate when an invalid date and/or name is entered. Is there any way (like one would find in a form field) to restrict the user input with an input mask in this dialog box and/or make a selection from a restricted list?