Is it possible to stop this message from appearing?
I've got a couple of unbound textboxes that I want to use as filters for start date/end date type parameters. I wanted to use the build-in calendar option to let users select a date (as well as being able to type it in) so I set the format of the text boxes to Short Date. However in doing this it means that this "invalid value" message now pops up when the date format is wrong, as opposed to the LostFocus event I had to check the date format and alert the user.
Any idea if it's possible to hide/disable these kinds of messages? Would it be in a similar way to DoCmd.SetWarnin gs False/True?
Thanks.
Adam.
I've got a couple of unbound textboxes that I want to use as filters for start date/end date type parameters. I wanted to use the build-in calendar option to let users select a date (as well as being able to type it in) so I set the format of the text boxes to Short Date. However in doing this it means that this "invalid value" message now pops up when the date format is wrong, as opposed to the LostFocus event I had to check the date format and alert the user.
Any idea if it's possible to hide/disable these kinds of messages? Would it be in a similar way to DoCmd.SetWarnin gs False/True?
Thanks.
Adam.
Comment