emperezg
Posts: 8
|
| Posted: 04/04/2007, 8:07 AM |
|
Hi All,
I want to specify in 'Criteria' box of a DLookup the userid equals to currently logged in user id.
Can any one help me on this?
Thanks
_________________
helping others gives meaning to your life! |
 |
 |
Wkempees
|
| Posted: 04/04/2007, 10:26 AM |
|
If all your Login parameters are as out of the Box.
Criteria is Session UserID
Walter
|
|
|
 |
Benjamin Krajmalnik
|
| Posted: 04/04/2007, 12:57 PM |
|
Crtieria should be:
"databasefield = " & CCGetUserID()
"emperezg" <emperezg@forum.codecharge> wrote in message
news:64613bf423f822@news.codecharge.com...
> Hi All,
>
> I want to specify in 'Criteria' box of a DLookup the userid equals to
> currently
> logged in user id.
>
> Can any one help me on this?
>
> Thanks
> _________________
> helping others gives meaning to your life!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
emperezg
Posts: 8
|
| Posted: 04/04/2007, 2:17 PM |
|
Thanks to all.
It worked great. Think there should be a list of valid functions on GUI for this kind of common tasks.
_________________
helping others gives meaning to your life! |
 |
 |