Login to FE as 2 different users?

G

Guest

Because Application.DLookup uses Application.CurrentDB,
the only way to use a different login is to login to Access
with the new login.

However, you can write your own DLookup function, using
dbSecure. In fact, it used to be common, so there are
or used to be examples available.

(david)
 
J

JWS315

Had not thought about writing my own Dlookup function - Sometimes you get
tunnel vision when trying to solve a specific problem and need another view!
Thanks!
Jerry
 
Top