stormin_norm
Registered User.
- Local time
- Today, 06:28
- Joined
- Apr 23, 2003
- Messages
- 213
I have a subform which looks like:
MAIN FORM-----------------
Student-> Mike
-------------------------------
SubForm------------------------------------------------------------
Previous Colleges--> START END ASSESSMENT
1 Univ of Florida 1/4/1993 5/15/1993 N
2 Florida State 9/1/1994 5/14/1997 N
3 Gator U. 1/2/1999 5/20/1999 N
* N
-------------------------------------------------------------------------
When I click on new record, I easily set the default of assessment to "N". But I would also like the fourth record to auto populate the number "4" in there. I tried Default=Max[college number]+1. What function would work better? I think Dmax would not be good because for each student there are several college numbers. i.e Mike's #3 college is different than Sue's #3 college.
Thanks in advance.
MAIN FORM-----------------
Student-> Mike
-------------------------------
SubForm------------------------------------------------------------
Previous Colleges--> START END ASSESSMENT
1 Univ of Florida 1/4/1993 5/15/1993 N
2 Florida State 9/1/1994 5/14/1997 N
3 Gator U. 1/2/1999 5/20/1999 N
* N
-------------------------------------------------------------------------
When I click on new record, I easily set the default of assessment to "N". But I would also like the fourth record to auto populate the number "4" in there. I tried Default=Max[college number]+1. What function would work better? I think Dmax would not be good because for each student there are several college numbers. i.e Mike's #3 college is different than Sue's #3 college.
Thanks in advance.
Last edited: