S
Stonewall
I am using access 2003. I have a form with a text field. This statement
works fine but it returns the date from the first record and I need the date
from the last record. Do I use DMax and if so where would I position it in
this statement ?
=DLookUp("[Date]","[attendance_clock_in]","[StudentID] = " & [Employee ID])
works fine but it returns the date from the first record and I need the date
from the last record. Do I use DMax and if so where would I position it in
this statement ?
=DLookUp("[Date]","[attendance_clock_in]","[StudentID] = " & [Employee ID])