Forum Discussion
DavidBrowne
6 years agoQrew Trainee
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Its telling me ">=" can not be applied as an operator on date, number.
------------------------------
David Browne
------------------------------
and DayOfWeek([Work Order Start Date]>=1
and DayOfWeek([Work Order Start Date]<=5)
Its telling me ">=" can not be applied as an operator on date, number.
------------------------------
David Browne
------------------------------
MarkShnier__You
Qrew Legend
6 years agoI was missing a few closing brackets
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date])>=1
and DayOfWeek([Work Order Start Date])<=5)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Month([Work Order Start Date]) = Month(Today())
and DayOfWeek([Work Order Start Date])>=1
and DayOfWeek([Work Order Start Date])<=5)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- DavidBrowne6 years agoQrew TraineeThis worked great. Thank you!
------------------------------
David Browne
------------------------------