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 course name next.
OR
How would I make it so that I could enter a Course Number OR Course Name in one statement and have it return the given information.
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 course name next.
OR
How would I make it so that I could enter a Course Number OR Course Name in one statement and have it return the given information.