Hello all,
I'm trying to run this query:
Select CRSDesc, Category, CrsDur
From [Fitness Course]
Where (CrsNum = [Enter a Course Number] or CRSName = [Enter a Course Name]);
I want to make it so that once I enter a Course Number, if that response is correct then it doesn't ask me to enter a...