Hi,
A user's login account has been disabled and also the checkbox, 'Hide from Exchange address lists', has been checked off.
My question is: how do I try and add this user's mailbox to my outlook program?
If the above checkbox was not checked, I could add to my mailbox in Outlook, but...
Hi...
Thank you for the clarification enigma99.
I signed back in again and it worked.
Thanks pgaliardo for your instructions. They got it to work for me.
Thanks!
Also...in the Citrix Connection Configuration window, after clicking Apply and closing the ICA-TCP Permissions dialog, I get the following message:
Configuration changes ahve been made to teh system registry; however, the user sessions now active on 'ica-tcp' Connections will nto be changed...
Hi...
I followed all your steps...thank you very much.
However, logged in as a member-user of the group you instructed to created did not allow me to shadow another user.
Something that I am missing?
The shadow session window opens, but when I click on the tree view to select users or...
Hi,
We have a Citrix network and my question is how to configure citrix to allow a non-admin level user to perform a shadow session with another user.
Regards.
Hi,
Has anyone ever experienced this error?
I did some searching prior to making this post, and this error is not trappable.
Here's my setup.
I have a main form that is unbounded. In the form, I have a subform, it is a datasheet form.
I realize that you cannot connect a datasheet subform...
Hi,
Does anyone know the code syntax to wait for all records in a datasheet to be returned when perfoming a filter?
I have button on the form that a user will click on that will manipulate the filtered records but if not all the records are completely returned yet, Access will generate an...
Alright...I don't know why it would work, but it did.
Instead of including all that sp_login code, I simply used the four-part naming scheme to reference the other server and it worked. This is what you had suggested kxramse, so I thank you and apologize for not going through with your...
Hi kxramse,
Your suggestion works. I tested a query based on multiple databases housed under a single server and the method you illustrated works.
Unfortunately, it does not work when I query against multiple databases residing different servers. Each server will have its own separate login...
Hi,
I do not believe that will work.
The Select statement is grabbing fields from 2 separate databases, hence the OPENDATASOURCE function that includes the server name, login, password for accessing those fields.
Hi there,
I currently have TSQL code that queries from 2 separate databases residing on same the MS SQL Server instance.
My question is: What's the syntax to call a function that's on a separate database?
Current Code
-- Data Source #1
-- -- -- -- -- --
SELECT ds1.fname,
ds1.lname...
Hi CautionMP
I have used that approach when I have some sort of loop going on...where it's a repetitive cycle.
The current situation is that I'll have code like this:
[line 1] Dim rs As ADO.Recordset
[line 2] Set rs = New ADO.Recordset
[line 3] rs.Open [sql statement], bla, bla, bla...
Hi,
I ran VBA code to access information from Active Directory; information like user names, groups which the user belongs to.
I was wondering, is there a security issue with this privledge of querying Active Directory?
I didn't find the syntax yet, but could I run code to query what a user's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.