I use a customer log-in with the security settings so that the referencing ID to match with the root table is a unique Company Code. This displays all their Branches.
For example:-
LogName: Tesco
Pwd: 1235
ID: tescoroot
So, I list all Branches that have a Company Record related to the key "tescoroot".
But I want a global log-in for our engineers so they can look at all Companies and Branches
I created something like:-
LogName: engineers
Pwd: 99999
ID: *
Hoping that it would wildcard match with all keys - but it doesn't.
Can you suggest a way I can implement a wildcard log-in. Also, I guess I can reference who is logged-in later in teh code so I can give privelieges to "engineers" that customers don't have. Briefly, what code references the logged-in users?
Thanks