C
|
clig 1/18/2010 |
Hello everyone I just discovered this wonderfull sof (ASPRUN) so i am very new , i am traying to generate a MDB thathave tables like users and invoices the security set up using users table to log in the project and in the invoice there is a column that is Inserted by I want that that field have a default value is the cuurent log in user when addng a new invoice, have I to set it that field in add page as readonly ? what exact script i have to put in default value ? Please help thanks in advance
|
![]() |
Sergey Kornilov admin 1/19/2010 |
Set default value to Session("UserID"). You can also set 'Edit as' type to Readonly. |
Y
|
yahia author 1/19/2010 |
Set default value to Session("UserID"). You can also set 'Edit as' type to Readonly.
|