Recent content by pereav

  1. P

    Creating a moving date range in a Report

    Oh here is a copy of the SQL code that is running PARAMETERS [Enter End Date] LongBinary; SELECT Readmissions.ID, Readmissions.Name, Readmissions.[Admission Date], Readmissions.[Discharge Date], Readmissions.Duration, Readmissions.ICU, Readmissions.CVU, Readmissions.CCU, Readmissions.Cause...
  2. P

    Creating a moving date range in a Report

    K, that may work, i'll have to play around with it. Thanks for the help!!! I really appreciate it.... So when i run my report I get these parameter value boxes that pop up where I have to enter in the end date or the date range, so using this would that help get rid of those so i don't have to...
  3. P

    Creating a moving date range in a Report

    Hey guys i was wondering if someone could help me with a problem. Monthly i have to run a report on a huge patient database that we have for the previous month, the problem is is for every page i either have to enter in an ending date for the month or and ending and starting date showing the...
Back
Top Bottom