D
dave
I cannot get this sql to meet both criteria. How do I
write an or statement:
The crieria:
Status does not equal "Complete"
Type does not contain any part of "District"
Can anyone help?
Thanks
mysql="Select Course, Start_date, Location, ClassID, Type
FROM Classes " &_
"Where (Status <> 'Complete') or (Type Not Like '%
District%') Order by Course Desc"
write an or statement:
The crieria:
Status does not equal "Complete"
Type does not contain any part of "District"
Can anyone help?
Thanks
mysql="Select Course, Start_date, Location, ClassID, Type
FROM Classes " &_
"Where (Status <> 'Complete') or (Type Not Like '%
District%') Order by Course Desc"