Recent content by Tlandry

  1. T

    Percentile and Parameter query

    Would anyone happen to know how to modify this VBA code to take into account an underlying date between parameter in the waittime query it will be referencing? [ENTER START DATE mm/dd/yyyy:]"[ENTER END DATE mm/dd/yyyy:]", Public Function PercentileRst(RstName As String, DAYS_DFF As String...
  2. T

    Percentile and parameter

    Thank you arnelgp, however I am not having any issues with the DAYS_DFF. My VBA code does not run on queries that have a parameter. My waittime query referenced has a parameter for FIT_PROCESS_DATE where there is a between date promp [ENTER START DATE mm/dd/yyyy:]"[ENTER END DATE...
  3. T

    Percentile and parameter

    Would anyone happen to know how to modify this VBA code to take into account an underlying date between parameter in the waittime query it will be referencing? [ENTER START DATE mm/dd/yyyy:]"[ENTER END DATE mm/dd/yyyy:]", Public Function PercentileRst(RstName As String, DAYS_DFF As String...
Back
Top Bottom