Search results

  1. D

    Median with a date range called from a form

    Hi, I'm using the following vba to calculate the Median, and the Median Absolute Deviation Public Function DMedian(FieldName As String, _ TableName As String, _ Optional Criteria As Variant) As Variant ' Created by Roger J. Carlson ' Terms of use: You may use this function in any...
  2. D

    Using VBA to copy data from one field to another

    Hi guys, I have a database where records from two tables can only be matched automatically if certain criteria are met (e.g. the name is the same and the D.O.B is the same ect...) I have a query that matches these records together if all criteria are met (this is done by copying the primary key...
Back
Top Bottom