I have a restaurant database I built in Microsoft Access. I just changed the date format to see the days of the week and I have another field that indicates Lunch or Dinner.
I need to run a report to look at the lunch performance by specific days of the week. I have tried query parameters
LIKE "Monday," & "*". This does not work.
Do I need to deconcatenate the date field? Any suggestions?
I need to run a report to look at the lunch performance by specific days of the week. I have tried query parameters
LIKE "Monday," & "*". This does not work.
Do I need to deconcatenate the date field? Any suggestions?