I think you are in a no win situation. Even if you are able to stop Exchange or Outlook what would stop the user from just writing this information down? If they haven't made copies already.
Jon
There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
This sounds like a profile issue. The documents are not being redirected to the users "home" folder but the root of the share. Check the profile settings.
Jon
There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
It definitely is embedded in MSOffice files. Remember that flap about removing personal data from files? There was even a stripper made to remove that stuff.
Jon
There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
They ARE called repeaters. I recommend buying the same brand as your router, though other brands should work.
Jon
There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
OK, I get the formula.
I need a little more help. I have broken the data into sub fields.
Like so:Monthly On 2nd Fri 18:30
What I need is an IF statement, but the second field there "On 2nd Fri" is the result of a formula which extracts the data out of the original field. So, what I need is...
I have a report from an application that shows schedules such as this: Monthly, On 2nd Fri At 18:30.
Can anyone think of a way to get an Excel formula to read this? What would be ideal is a type of calendar display where I could choose a day and see what jobs are scheduled.
Jon
There is much...
OK, this is what I came up with:
Private Sub TxtJobResults_GotFocus()
Dim jobs As Integer
Dim TxtJobResults As String
jobs = DCount("[Client]", "200_Server_Jobs", "[Day Started]" _
<= " & Forms![jobsrunning]!CmbDay & " And "[Hour Started]" _
<= " & Forms![jobsrunning]!CmbHour & " And "[Day...
I want to populate a Text box with the results of a query where the parameters are gotten from 2 combo boxes.
The combo box row sources are this:
SELECT DISTINCT [200_Server_Jobs].[Day Started] FROM 200_Server_Jobs;
AND
SELECT DISTINCT [200_Server_Jobs].[Hour Started] FROM 200_Server_Jobs;
I...
I have another question:
Yuu say "we need to run a new application that resides on a new Windows 2003 server". Does this mean you are using it as an application server? Or just that the files you need are located on the server. If you literally are trying to run an app on the server you...
I have another question:
Yuu say "we need to run a new application that resides on a new Windows 2003 server". Does this mean you are using it as an application server? Or just that the files you need are located on the server. If you literally are trying to run an app on the server you...
The script will run from the server, but I think you have to have a more specific command. I don't know the name of the executable which runs vbs so I will mnake it up.
You need something like this:
C:\windows\system32\scripter.exe \\SKS_TIS\VOL1\Users\Larson_Ron\MBLogin.vbs
And it might need...
We are planning an upgrade from Exchange 5.5 (NT Domain) to Exchange 2003 with AD.
I have been told by my boss that I have to export/delete/recreate over 150 mailboxes because the directory name does not match the Alias name.
For example:
Kathy Jones got married so her new email address and...
Hi:
I have a form with a textbox I am trying to fill with a DLOOKUP to a query.
The form has two combo boxes (which give the query its input), a "run query" button, and the text box.
Here is the Control Source for theText box: =DLookUp("[QActivejobs]","Qjobsrun")
Where "QActivejobs" is the...
OK, Skip.
I have been playing with the data and getting some OK charts. What I need now is to be able to pick a time frame and see how many jobs are running during that time.
Here are the fields I have created:
Client Start Time End Time Backup Time
mkecommvault2 1/1/2005...
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.