Recent content by dbaker5204

  1. D

    Subreport Wizard not opening

    Thanks, that was it! No clue how that would have gotten turned off.
  2. D

    Subreport Wizard not opening

    When I try to add a subreport, the subreport wizard box does not appear. I have tried other reports in which it has appeared in and it does not and I have even tried other databases and no luck. Im using Access 2016
  3. D

    The expression is typed incorrectly Error

    No, it does not. Which is weird because it worked yesterday and all the days before.
  4. D

    The expression is typed incorrectly Error

    So I have a report that I have been running for awhile now and nothing has changed with it, this whole week it has run fine and today I get the following error: "The expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too many...
  5. D

    Query Returning two or more records, want to select just one

    I have never used a subquery before. Below is my SQL, what would I need to type: SELECT tbl_AgentSchedule.[Agent Name], tbl_AgentSchedule.[Start Time], tbl_AgentSchedule.[End Time], tbl_LogInLogOut.[Login Date], tbl_LogInLogOut.[Log In Time], tbl_LogInLogOut.[Reason code], tbl_LogInLogOut.[Log...
  6. D

    Query Returning two or more records, want to select just one

    I have a query that produces login in times for our agents. On a normal day, an agent would only have 1 log in time, but due to phone system issues they may get logged out and have to log back in. Thus my query is returning 2 log in times causing an issue when I try to use the log in time for a...
  7. D

    Trying to use a Cross Tab Query to build a sup report

    Is the area I am pointing to in the attachment the right area? If so, when I type in "June", I get an error when I try to switch over to Datasheet view that says: "Scaling of decimal value resulted in data truncation"
  8. D

    Trying to use a Cross Tab Query to build a sup report

    I used a cross tab query for the main report as I was showing values month over month. I created a cross tab query with the Month to Date totals that I wanted to use as a sub report but I get an error that says "You cant use a pass-through query or a non-fixed column crosstab query as a record...
  9. D

    Query not grouping

    Thanks, that fixed it.
  10. D

    Query not grouping

    I have a query that is not grouping by Team. Currently it is grouping by Agent name, Supervisor, Date and it set to group by team, however, it is listing the teams separately. The Teams are linked to a table that lists the queue number and name, and the queue numbers and names are different for...
  11. D

    SQL Statement could not be executed because it contains ambiguous outer joins. Error

    Well they took calls, they just didnt log them...
  12. D

    SQL Statement could not be executed because it contains ambiguous outer joins. Error

    So, there wont be a way to make it show that they still took calls? And just didnt log them?
  13. D

    SQL Statement could not be executed because it contains ambiguous outer joins. Error

    This? SELECT tbl_MSP_Cases.[Agent Name], tbl_MSP_Cases.[Opened Date], tbl_MSP_Cases.[Case Number], tbl_MSP_Cases.Subject, tbl_MSP_Cases.Status, tbl_MSP_Cases.[Created By], tbl_MSP_CMS_Agent_Data.ACD_Calls FROM tbl_MSP_RepandSupNames INNER JOIN (tbl_MSP_Cases RIGHT JOIN tbl_MSP_CMS_Agent_Data ON...
Back
Top Bottom