![]() |
Sergey Kornilov admin 6/18/2004 |
I guess you need to create a separate table which should hold last created record number for each day (or just for todays date). Also you need a separate stored procedure/query that will generate unique record ID based on your rules. Unfortunately ASPRunner won't help you doing this. |
B
|
BJones 9/3/2004 |
You could write a custom funtion that generates the key for you. In Asprunner mark the primary key field by using the 'Edit as' command to a text field and then use the 'Change as' to set the default value to a function name like this: GetNextID(). |