I have a form that runs off of a query. The query has you enter three items.
[Enter Request Number] [Enter Case Number] and [Enter Version Number].
When entered correctly it displays the results on the form, however it the numbers entered don't match to any record it displays the form just with no values populated. I want it to display a message box saying "No records match the inputted items" or something to that effect. Something like a Limit to List on a combo box will display an error message if the item you type in is not in that list.
[Enter Request Number] [Enter Case Number] and [Enter Version Number].
When entered correctly it displays the results on the form, however it the numbers entered don't match to any record it displays the form just with no values populated. I want it to display a message box saying "No records match the inputted items" or something to that effect. Something like a Limit to List on a combo box will display an error message if the item you type in is not in that list.
Comment