J
JackCGW
I use an expresion in the default value that creates a [ProjectID] in the
main tabkle of my DB. The expresion creates a number that is basically a
julian date with the minutes added on the end like this:
=Format(Date(),"yyyy") & Format(Now(),"y") & Format(Time(),"mm")
The result is Year, day of the year and current minute eg; 200522511.
I would like to replace the minutes with an incremental number so the first
project of the day would be 1 and so on...
I can't seem to figure out a simple way of doing this.
Jack
main tabkle of my DB. The expresion creates a number that is basically a
julian date with the minutes added on the end like this:
=Format(Date(),"yyyy") & Format(Now(),"y") & Format(Time(),"mm")
The result is Year, day of the year and current minute eg; 200522511.
I would like to replace the minutes with an incremental number so the first
project of the day would be 1 and so on...
I can't seem to figure out a simple way of doing this.
Jack