First of all: I created a query, and in the criteria in txtMrdNum, i have a parameter value that says [please enter the mrd number].
Ok.. I have two forms. One Main form that i want the user to add records only. To get to the Edit form, the user has to click on the cmdEdit form button, and a parameter value box prompts the user to enter the Mrd Number. They will know the number, so thats not a problem. I just want to error trap it if they enter in a bogus number, and i dont know how to do this.
Is there a easier way to do this besides this parameter value box? I was thinking a input box, but im not familiar with programming. Please help
Ok.. I have two forms. One Main form that i want the user to add records only. To get to the Edit form, the user has to click on the cmdEdit form button, and a parameter value box prompts the user to enter the Mrd Number. They will know the number, so thats not a problem. I just want to error trap it if they enter in a bogus number, and i dont know how to do this.
Is there a easier way to do this besides this parameter value box? I was thinking a input box, but im not familiar with programming. Please help