Glenn Rathke
|
| Posted: 11/13/2002, 8:12 PM |
|
I have a login for my users. Each table / record form has a LastUserID
field (label).
How do I get the 'login user id' when the user logs in and set the field
equal to this value anytime the record is changed.
Thanks
Glenn Rathke
|
|
|
 |
JCF
|
| Posted: 11/14/2002, 7:38 AM |
|
Hi Glenn
I use Custom Update and set the LastUserID to CCGetSession("LoginID")
The vars will be different for your applications but this works great for
me - The record is only stamped with that user if the record is changed.
JCF
"Glenn Rathke" <grathke@attbi.com> wrote in message
news:aqv7qm$14q$1@news.codecharge.com...
> I have a login for my users. Each table / record form has a LastUserID
> field (label).
>
> How do I get the 'login user id' when the user logs in and set the field
> equal to this value anytime the record is changed.
>
> Thanks
> Glenn Rathke
>
>
|
|
|
 |
|