L
Les
I have a table which has a fields "id" & "numYear" for all the staff
records.
What I need to do is display the last year entered in "numYear" in an
unrelated form for the current filtered staff record .
My subform is "frmProject" and the full path to the sub form text box is
Forms![frmStaffDetails]![frmProject].Form![endYear].
So in the text box "endYear" on subform "frmProject" I can see the last year
data was entered for the current staff member. At the moment most staff
have records from 2003 & 2004. "frmProject" has a field "[id]" for linking
the data.
I have run a Last record query which will display this but I guess I need
some type of domain lookup. I can't find the exact command I need.
Thanks
Les
records.
What I need to do is display the last year entered in "numYear" in an
unrelated form for the current filtered staff record .
My subform is "frmProject" and the full path to the sub form text box is
Forms![frmStaffDetails]![frmProject].Form![endYear].
So in the text box "endYear" on subform "frmProject" I can see the last year
data was entered for the current staff member. At the moment most staff
have records from 2003 & 2004. "frmProject" has a field "[id]" for linking
the data.
I have run a Last record query which will display this but I guess I need
some type of domain lookup. I can't find the exact command I need.
Thanks
Les