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 bkrike 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: *

  • Users: suntsu
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. suntsu

    Pulling Data From CSV File...

    I was just wondering how I could go about pulling data from a csv file, and sorting by a particular column? I am creating a simple game, and am at the point where I need to be able to compare the current score to the top five entries recorded in a csv file. The two fields in the csv are named...
  10. suntsu

    Setting Text Box Control Source - Via VBA In Report

    Is there any way that i can change the control source of a text box programatically (within a report)? an example, a row of 36 single digit text boxes named A1 thru A36, pulling a single character from field [FieldName]. Any help greatly appreciated.
  11. suntsu

    Using Access XP / 2K and Access 97 on same machine.

    Hi, I currently develop new projects in access XP, and although I'd like to upgrade all existing databases to 2k format, management won't allow this. Is it possible to run both versions simultaneously ? (XP and '97) Thanks in advance. Tsu
  12. suntsu

    Validating a procedure ?

    I need to be able to pass a string value depending on the success of the previous line of code... There are eight update queries that are run, is there any way that i can check whether they have actually run or not ? I tried the following but obviously doesn't work...
  13. suntsu

    Easter Egg on Tek-Tips ?

    Open a thread, click on a users name, any purple stars you see will link to 'germans.wav'. Why ? LOL..
  14. suntsu

    DAO References, Tracking which references are not out of focus.

    Hi, Usual problem, Access97 on win95.. When the user exits the database access minimizes to the taskbar. I have closed off every DAO reference, and also everything that has 'Set' has been set to 'nothing'. Is there a vba validation tool I could use to flag any code that has not gone out of...
  15. suntsu

    Extracting Data from Access Database Within Compiled VB EXE

    Hi, I was just wondering.... does anyone know of a way to 'decompile' a visual basic database (comiled as an exe). For example, when changes are required after deployment, and underlyibg data must be retained. Forgive my ignorance :I SunTsu
  16. suntsu

    My Project Crashes When I Add A Calendar Control ?

    For some reason, whenever I add a calendar control to my form, vb crashes giving me what looks like a memory error. I Quote; "The instruction at '0x31b15cf6' referenced memory at '0x00000000', the memory could not be 'read'." This happens when I try to draw the control onto the...
  17. suntsu

    ODBC Connection String

    Quick Query :) I have set up a report to export itself to excel, attach to email and send off at the same time daily, now this all works but the pain is that I am prompted for my odbc login credentials each time. the main underlying table linked through the query is an informix 5 table (if it...
  18. suntsu

    Connecting to a VPN through WIN95

    I have tried to connect to a vpn through win95, I can connect (login/pass), but then after initial connection I can't browse the vpn anymore ?? I have updated all dun, tcp/ip, wins etc.. It's really wierd as when I use win2k i can connect to the vpn without a problem. Any help you may be able...
  19. suntsu

    Timer Event / System Service ? this is for a SENDOBJECT()

    Hi me again, tearing up the boards :( I have a function called outputdnireport() that I have to run at the same time every day. (This exports the report to Excel, attaches it to an email and sends it off). Everything works fine,but is there anything I could do to automate everything to run at...
  20. suntsu

    Access 97 Report custom SUM ?, please help.

    Hi There, Need help with this one, so far am lost :( I have a report running from a crosstab query, grouping on the following fields, Customer & Year. Now what I need is to be able to make calculations within the customer footer, something like this: =sum([InvoiceTotal]) where (([year])=1999)...

Part and Inventory Search

Back
Top