Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jontmke

    Employee leaving and trying to take their contacts - must stop

    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)
  2. Jontmke

    Problems To View Users Folders On Windows 2008

    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)
  3. Jontmke

    metadata storage

    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)
  4. Jontmke

    Extend wireless to next door house

    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)
  5. Jontmke

    Excel Formula - Second or Third Friday

    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...
  6. Jontmke

    Excel Formula - Second or Third Friday

    Thanks, people. Let me try these and let you know. Jon There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
  7. Jontmke

    Excel Formula - Second or Third Friday

    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...
  8. Jontmke

    Populate Text box from combo boxes

    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...
  9. Jontmke

    Populate Text box from combo boxes

    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...
  10. Jontmke

    Acess to a Windows 2003 server from Novell

    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...
  11. Jontmke

    Acess to a Windows 2003 server from Novell

    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...
  12. Jontmke

    VbSript problems as novell login script

    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...
  13. Jontmke

    Mailbox Directory Names have to match Alias?

    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...
  14. Jontmke

    DLOOKUP in Form from a Query

    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...
  15. Jontmke

    Charting start and end time

    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...
  16. Jontmke

    Charting start and end time

    I have looked at the FAQ on naming a data range. I have used your formula and named the ranges. Thanks for the help. I really need to take a class on this. The statement "You might want to summarize your data in variable time buckets..." is a good idea but I just don't have the knowledge...
  17. Jontmke

    Charting start and end time

    This data is a list of all the backup jobs for the month of January for our entire network. What I am trying to do is get a way to view this data so I can see where bottlenecks are, or as in the case I have currently, where to add a new very large backup to the system. I want to be able to...
  18. Jontmke

    Charting start and end time

    It took me awhile but I got it thanks. Any idea how I can devide the data up, say by days? 7000 entries over 30 days is too cumbersome. Thanks Jon There is much pleasure to be gained from useless knowledge. (Bertrand Russell)
  19. Jontmke

    Charting start and end time

    I have a large amount of data (7000 entries) showing data like this: Client Start Time End Time bkfexch1 1/6/2005 13:00 1/6/2005 15:05 bkfexch1 1/6/2005 15:00 1/6/2005 15:21 The data is from the entire month of January. I want to set up a Gantt type of chart...
  20. Jontmke

    Problem with upgrade

    Run regedit and check that key's permissions (security). It may have gotten messed up. Add the administrator if it missing. Jon There is much pleasure to be gained from useless knowledge. (Bertrand Russell)

Part and Inventory Search

Back
Top