ACCESSDUMMY
Programmer
I want to create a Delete query based on a parameter that the user enters. How can I make the query not execute if the user doesn't enter the criteria or enters invalid data for the parameter?
I know that the following code will select all values if no value is entered, but I don't want the user to delete all the records if left blank.
[Enter Value] Or [Enter Value] Is Null
Does anyone has some input on this for me?
Thanks,
Amy
I know that the following code will select all values if no value is entered, but I don't want the user to delete all the records if left blank.
[Enter Value] Or [Enter Value] Is Null
Does anyone has some input on this for me?
Thanks,
Amy