![]() |
Sergey Kornilov admin 6/24/2009 |
Try something like this: year(now()) & Month(now()) & Day(now()) & hour(now()) & minute(now()) & second(now()) |
S
|
stalbone 6/25/2009 |
I need to have the default value in a field be unigue numbers. I was thinking that it would be good if there was a way to set the default value of a field to be a numerical expression of the date/time. Any ideas for this or anyway to have a field generate a number when the add page loads would be much appreciated.
|
M
|
mfred author 6/25/2009 |
That worked nicely. Thanks. |
C
|
clig 6/25/2009 |
I need to have the default value in a field be unigue numbers. I was thinking that it would be good if there was a way to set the default value of a field to be a numerical expression of the date/time. Any ideas for this or anyway to have a field generate a number when the add page loads would be much appreciated.
|