Hey Everyone -
I have a query that works fine and sends info to excel without a problem. When I add this one field, excel throws a fit...
max: DMax("Date_Entered","data_workflow_log","Agent_Name ='" & [agent_name] & "' and Date_Entered >= #" & Format([Date_entered],"mm/\1/yy") & "# and Date_Entered < #" & DateAdd("m",1,Format([date_entered],"mm/\1/yy")) & "# ")
The field works fine in the query, but I guess translating that to excel causes some issues. Any ideas on how to either make it so it can translate to excel, or create that type of column with excel syntax? I tried a dMax in excel and it is not the same
Thanks!!
:banghead:
I have a query that works fine and sends info to excel without a problem. When I add this one field, excel throws a fit...
max: DMax("Date_Entered","data_workflow_log","Agent_Name ='" & [agent_name] & "' and Date_Entered >= #" & Format([Date_entered],"mm/\1/yy") & "# and Date_Entered < #" & DateAdd("m",1,Format([date_entered],"mm/\1/yy")) & "# ")
The field works fine in the query, but I guess translating that to excel causes some issues. Any ideas on how to either make it so it can translate to excel, or create that type of column with excel syntax? I tried a dMax in excel and it is not the same

Thanks!!
:banghead: