Hello everyone,
I have two databases. Database A = Transaction and Database B = Client List.
Client List is controlled via Reader Field
What I want to have happen is this…
Transaction database form is opened with Query String URL giving an account code. A transaction screen is displayed, and a dblookup is used to pick up some details from the Client List.
This works 100% is the Client has already logged into the Transaction database as their Reader field code, as it filters out their entry in the Client list.
However, if the access to the Transaction Database is Anonymous (ie they have not logged in), then the server does not see ANY entries in the Client List.
So, how can I keep the access at the Transaction Database as anonymous, but still allow the browser to pickup the correct entry from the Client List (without breaking security) ?
Thanks in advance. If you need any more information, please ask.
Chris