J
jeremy
Hi folks,
The following SQL statement is valid in Oracle:
select user from dual;
It returns the name of the user (schema) to which the client program
is connected.
How do I refer to the pseudo-column "user" within Access 2003? When I
code something similar the user is prompted to enter a value for the
user - i.e. that Access thinks that the reference is to a user-
supplied value.
Many thanks for any help!
The following SQL statement is valid in Oracle:
select user from dual;
It returns the name of the user (schema) to which the client program
is connected.
How do I refer to the pseudo-column "user" within Access 2003? When I
code something similar the user is prompted to enter a value for the
user - i.e. that Access thinks that the reference is to a user-
supplied value.
Many thanks for any help!