A
Afrosheen via AccessMonster.com
Thanks for reading this. I really appreciate the help.
I have a report I'm trying to generate based on three fields. WorkPlan,
IntDue, and FinalDue. This is the code I'm trying to work with.
strWhere = "qryTaps.WorkPlan=""" & strMon & _
""" or qryTaps.IntDue=""" & strMon & _
""" or qryTaps.FinalDue=""" & strMon"
As it stands right now, I'm getting a "Syntax Error". If the routine works it
will produce this information and look like this.
Workplan IntDue FinalDue
Joe January
Pete January
Fred January
The strMon is the month selected
This is what I'm trying to do and any help is greatfull.
Thanks
I have a report I'm trying to generate based on three fields. WorkPlan,
IntDue, and FinalDue. This is the code I'm trying to work with.
strWhere = "qryTaps.WorkPlan=""" & strMon & _
""" or qryTaps.IntDue=""" & strMon & _
""" or qryTaps.FinalDue=""" & strMon"
As it stands right now, I'm getting a "Syntax Error". If the routine works it
will produce this information and look like this.
Workplan IntDue FinalDue
Joe January
Pete January
Fred January
The strMon is the month selected
This is what I'm trying to do and any help is greatfull.
Thanks