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 SkipVought 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. suntsu

    File version check remotely on LAN

    Hi Tom, Basically the only thing that works above is the connection test to ensure the machine is online. the code to map the drive would work but I'm struggling with the actual coding e.g. commands and loops to use. I'd probably be better starting from scratch. If anyone could help with any...
  2. suntsu

    File version check remotely on LAN

    Hi all, Hoping that someone can point me in the right direction? I need to check the file version of a specific file on all of our PCs (that are online at that time); c:\windows\system32\msgina.dll and generate a text file of the results Does anybody know of an app that could automate my...
  3. suntsu

    Delete history from Internet Explorer

    when typing mail... into the address bar, highlight the first selectable option with your mouse and hold down the delete key to remove all of the entries.
  4. suntsu

    Duplicate entries in calendar

    If you are using outlook 2003, I suspect that it's recurring entries that are duplicating? Open Outlook, select calendar, VIEW > ARRANGE VIEW > CURRENT VIEW > RECURRING ENTRIES.... This will list all entries in one view for easier deletion
  5. suntsu

    OWA - Cannot compose a message

    You might want to check for popup blockers
  6. suntsu

    Remote file check across LAN

    Thanks for the help guys. Simon, I want to avoid using any login scripts (the rollout of the hotfix is being pushed to each machine via GPO), all I want to do is verify each machine that now has the update so that I can move the computer account to the correct OU in Active Directory. jimp56...
  7. suntsu

    Remote file check across LAN

    Hi all, Hoping that someone can point me in the right direction? I need to check the file version of a specific file on all of our PCs (that are online at that time); c:\windows\system32\msgina.dll and generate a text file of the results Does anybody know of an app that could automate my...
  8. suntsu

    HOTKEY NEEDED TO OPEN FORMS

    Have you tried changing the captions of each command button to include the ampersand? e.g. "&1. Form1name" "&2. Form2name" This would allow you to use the alt+number keys to run the code for that button.
  9. suntsu

    Can someone tell me what is wrong with this line of code PLEASE???

    Hi GoGirl, Try this... rst.FindFirst "empFirstName = '" & strInput1 & "'" & " AND empLastName = '" & strInput2 & "'"
  10. suntsu

    IIS Admin by script

    Right click on the file you want iis to have permission to run, select properties, then the security tab. You should be able to add a user named "IUSR_(SERVER NAME)". Hope this helps. Cheers, SunTsu
  11. suntsu

    IIS Admin by script

    Long shot, but does the IIS user have permission through NT to run this script? Cheers SunTsu
  12. suntsu

    Function AllowBypassKey not recognized

    I had a similar problem using this code, where access would present a message box basically saying the property already existed in the collection. after commenting the following line, everything worked well. db.Properties.Append Prp Great piece of code guys, and thanks for sharing :) I was...
  13. suntsu

    Notifying an internal user of incoming file

    Hi all, Is there any way under NT that I could check for the existance of a file, if it exists then move it to another location while emailing a specific person at the same time? This would be really useful, so if anyone knows of any freeware / shareware programs that could also do this,I...
  14. suntsu

    Problems importing from ODBC source due to Decimal fields precision???

    Hi there, I have an Access 2002 database that I use for financial reporting. the database primarily imports certain tables from an informix 5 database. I can easilly import any table I wish withing Access XP (Except the main financial tables). However I get no error when I import the same...
  15. suntsu

    Access 2k Database - Search command

    Hi all, I am looking for a way to show a search dialog box similar to the one inbuilt with access (CTRL+F) but i don't want the "REPLACE" tab to be visible/enabled. Can anyone shed some light on this ? Thanks, SunTsu
  16. suntsu

    Audit Trail - Help Required

    Thanks for the advice Michael. SunTsu
  17. suntsu

    Audit Trail - Help Required

    Hi All, I am currently working on an audit trail that captures the following details: Form Name/Field Name/Old Value/New Value/Action (create/edit/delete), etc... The problem that I am having is when I try to record a user deleting a record, when I pass the form_delete event over to my...
  18. suntsu

    RunCommand acCmdFind

    I am using the code displayed in the subject field to open the find/replace dialog box, I have been asked to offer this functionality without the use of the 'replace' option. Is there any way to disable the replace part? I am kinda hoping this will save a bit of time, creating a dynamic search...
  19. suntsu

    Manipulating data from text file

    Thanks for the help CCLINT / foada, I will give this a try tonight using DAO, failing that I will check out the ADO KB article. Thanks again for the help, much appreciated. Tsu
  20. suntsu

    Manipulating data from text file

    I was wondering how I could retrieve data from a text file, sort on a particular column, replace a record that matches my criteria, then writing over the original file with the new recordset? text file has two fields... strPlayer, intScore There will only ever be 5 records in this file...

Part and Inventory Search

Back
Top