![]() |
Sergey Kornilov admin 6/4/2007 |
Yes, you can use BeforeAdd/BeforeEdit events for this purpose. |
S
|
stealthwifi author 6/7/2007 |
Would something like: |
![]() |
Sergey Kornilov admin 6/7/2007 |
In BeforeAdd event you need to execute a SQL query that returns the max existing value in this column and add 1 to it. set rstmp = Server.CreateObject("ADODB.Recordset") |
S
|
stealthwifi author 6/8/2007 |
Absolutly perfect! |