S
saraqpost
I can't believe there's no post on this, but I can't find it. I've
tried the solutions I could find (see below) and still get the error:
"The expression is typed incorrectly or it is too complex to be
evaluated. For example....Try simplifying...."
I have a date field, formatted as Date/Time, General Date, default
Value = Now().
I like having the date and the time - in case we need it.
I want to run a report on calls taken just for one day.
I have CallDate: CallDateAndTime in my query, with "criteria" as
Between ([Forms]![frmReports]![txtStartDate]) And ([Forms]!
[frmReports]![txtStartDate])+1
and have tried
([Forms]![frmReports]![txtStartDate]) with the field in the query as
CallDate: DateValue([CallDateAndTime])
and have tried
Query field: CallDate: CallDateAndTime
with a Where clause
Fix([CallDateAndTime])=([Forms]![frmReports]![txtStartDate]), and
displaying the field
I've tried putting in the actual dates (10/27/07) or Between 10/27/07
and 10/31/07 and I'm getting "Data type mismatch" as if the CallDate
field isn't a date format?
I can post the whole query if that is needed. I am STUCK! Please
help!!
thanks -
Sara
tried the solutions I could find (see below) and still get the error:
"The expression is typed incorrectly or it is too complex to be
evaluated. For example....Try simplifying...."
I have a date field, formatted as Date/Time, General Date, default
Value = Now().
I like having the date and the time - in case we need it.
I want to run a report on calls taken just for one day.
I have CallDate: CallDateAndTime in my query, with "criteria" as
Between ([Forms]![frmReports]![txtStartDate]) And ([Forms]!
[frmReports]![txtStartDate])+1
and have tried
([Forms]![frmReports]![txtStartDate]) with the field in the query as
CallDate: DateValue([CallDateAndTime])
and have tried
Query field: CallDate: CallDateAndTime
with a Where clause
Fix([CallDateAndTime])=([Forms]![frmReports]![txtStartDate]), and
displaying the field
I've tried putting in the actual dates (10/27/07) or Between 10/27/07
and 10/31/07 and I'm getting "Data type mismatch" as if the CallDate
field isn't a date format?
I can post the whole query if that is needed. I am STUCK! Please
help!!
thanks -
Sara