Search results

  1. J

    Load Form with Max Date

    Hey, I'm trying to open a specific set of records when the form is first opened (namely the most recent date that was added). I'm trying something along these lines and am simply unable to get it to work: Private Sub Form_Load() Dim strQry As String strQry = DMax("TranDte"...
Back
Top Bottom