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 TouchToneTommy 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: t1hodges
  • Content: Threads
  • Order by date
  1. t1hodges

    vb.net code is sending more than one email in error

    hello, plee for help. im writing code to send and email message to one recipient but it sends two in error. here's my code below. Imports System Imports System.Data.SqlClient Imports System.Data.Odbc Imports System.Net.Mail Imports System.Reflection Imports System.Data.OleDb Private Sub...
  2. t1hodges

    Export xls Ole data from MS Acess and read it as an xls workbook

    in vba, demonstrate how to export excel files stored in Access as "long binary data" in an OLE data type field onto a network and readable using MS Excel. i have created the following code but the excel file it creates isn't readable with MS Excel presumably because the .xls file created is...
  3. t1hodges

    call the cmd prompt with VBA

    is it possible to call the cmd prompt with VBA, run a command like IPCONFIG /ALL, copy the results from the window and paste the results into a spreadsheet.
  4. t1hodges

    Create a web fronend to an access backend

    I Need to create a web page that allows users to first log in, then second add, edit, and delete records in an access database. there will be aprox. five users on a LAN.
  5. t1hodges

    How to create a web frontend to an Access backend

    I Need to create a web page that allows users to first log in, then second add, edit, and delete records in an access database. there will be aprox. five users.
  6. t1hodges

    Buttons wont work in .swf but do in .fla

    When I enable "simple frame actions" and "simple buttons" while designing, my button objects, which are coded to move from one scene to another, work fine, but when I export the movie to a .swf the buttons don't move from one scene to the other as coded. I will add that in the .swf the cusor...
  7. t1hodges

    How to change the "Gray" color behind the database window

    How to change the "Gray" color behind the database window?
  8. t1hodges

    Using Public Variables with an Access Query

    Can anyone tell me how to use a Public variable declared within a VBA module as a criteria within an MS Access query Thanks
  9. t1hodges

    How to filter an Access query through DAO

    I need to print multiple reports from MA Access and each time have the report data source filtered each time a report is printed. for example, I have table1 that contains the field "name" and three values: Tom, Dick & Harry. I have table2 that contains the field "name" the same three values...
  10. t1hodges

    bat files moved from NT to XP no longer work

    Problem: I have moved a few batch files that activate MS Access databases and run macros from a NT pc to a XP pc and now the batch files don't work. im getting errorslike.... error message = "Path not found" or the dos window will open and close immediately...
  11. t1hodges

    Does any one have the NotesSql driver?

    Does any one have the NotesSql driver?
  12. t1hodges

    where to locate notessql driver?

    Does any one know where to get the notessql odbc driver version 3.0. I cannot locate it on the IBM site. Thanks a bunch
  13. t1hodges

    Connecting LotusNotes with MS Access 2000

    Does anyone have experience conecting access databases to LotusNotes databases? I want to either push data from access to LN or from LN to access, which ever is easiest. Actually I would rather push to LN. Any advise is appreciated. Im currently using access 2000 in winnt and lotusnotes 6.5 but...
  14. t1hodges

    How to select the "newest" file on a network drive

    I need to select the newest file on a shared drive and perform additional automation on it. How can this be done?
  15. t1hodges

    I want send email with actionscript

    Im redesigning an html site with flash. As a visitor to the site want to be able to send an email to the website owner. How can I create this, if possible, with flash?
  16. t1hodges

    How to open an access database with a .vbs file

    All I want to do is open an existing .mdb by double-clicking a .vbs file. if the location of the .mdb is "c:\Destop\example.mdb" how should I create the vb code in notepad? Thanks a bunch.
  17. t1hodges

    Select & close a .xls from an Access Form

    How would you select an excel spreadsheet and close it from within an Access form?
  18. t1hodges

    Open access from a form module

    Im trying to open another visible access database from a button on a form, run a few queries, and then close, please advise.
  19. t1hodges

    creating code base on recordset properties

    How can I write an If statment using the fact that a query returned a recordset as my criteria which evaluates to TRUE?

Part and Inventory Search

Back
Top