I have a form that assigns numbers for our projects. As long as the year is different you can use the same number. Basically this is used to show how many projects we have had each year.
December 22nd starts our 2004 count. I need to have the numbers start over from one. I'm not sure how to do that. This is the code that I have in the field.
=DMax("[ProdNo]","qryAssignProdNo")+1
I have a field that says "Year" that defaults to the current year. I just changed that to default to 2004.
Any ideas????
December 22nd starts our 2004 count. I need to have the numbers start over from one. I'm not sure how to do that. This is the code that I have in the field.
=DMax("[ProdNo]","qryAssignProdNo")+1
I have a field that says "Year" that defaults to the current year. I just changed that to default to 2004.
Any ideas????