Search results

  1. J

    Exporting Crosstab Query

    I have a crosstab query this is set up as such: TRANSFORM Sum([30q_Rehab_RVU_Summary_Step_01].RVU) AS SumOfRVU SELECT [30q_Rehab_RVU_Summary_Step_01].COID, [30q_Rehab_RVU_Summary_Step_01].Post_Date, [30q_Rehab_RVU_Summary_Step_01].Pt_Num, [30q_Rehab_RVU_Summary_Step_01].Pt_Name...
  2. J

    Empty Recordset Export

    :confused::confused::confused: I have a query that is ran daily and the results of the query are exported to excel. I'm working on automating this. However this query does not always have results I have code put together to export the query when the results are present into the new file. What...
  3. J

    Help exporting parameter query to excel

    :confused::confused::confused::confused: I'm working on exporting a parameter query to excel. The code I am using is what I have used previously without using a parameter and the code works great! Since I have added the code for the parameter query the code is now giving a Runtime 5 error. Any...
Back
Top Bottom