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

    Late Task

    Hi, I am working with a Gantt Chart in MS Project. In the chart area, there is a task that is suppose to end at some date (6/2008). I would like to draw the "complete through" bar (black bar) to extend past the blue-coloured bar. i.e. move the black bar past 9/2008. Can someone explain how...
  2. Techno1X

    Play MP3s/WAVs in Java

    I've looked over the Internet, through Sun's APIs, and it appears there's more than one way to do it... but I couldn't get any to work :P I'm using the SwingSet API... if someone could help me on how to play a basic WAV or MP3, that'd be great. Thank you!
  3. Techno1X

    Re-defining column name "length" (Access)

    Quick question: is it possible to redefine the # of characters allowed in a table's column name? I believe the # of chars. maximum is around 60, FYI
  4. Techno1X

    Browse password-protected Internet

    Is it possible to access web pages that are password-protected, using VBA? With the user/password data, I plan to perform some activities such as printing pages. Thanks, Techno1X
  5. Techno1X

    Error checking does not work

    Hi, I can't get the following error checking methods to function properly. In these, the compiler jumps past the statement as if it was never there.. 1. Trying to delete a table: On Error Resume Next dbOne.TableDefs.Delete tblFun 2.Append the new table to database On Error Resume Next...
  6. Techno1X

    Run-time error 3125 when "appending a table" (Access)

    I get this error "Run time error 3125" when trying to append a table: it says I used an invalid name. However, I followed the rules properly, so see this snippet: CODE: "Dim dbOne as Database Dim tblOne As New DAO.TableDef strName = "temp_Name" Set tblOne = dbOne.CreateTableDef(strName) (5)...
  7. Techno1X

    Executing Excel-type formulas written within an Access table

    Situation: I have a large list of various MS Excel formulas which are written as "String" format in an Access table. For example, the SUM function (SUM(field1,field2)), although the list of formulas is very large and they already include the data fields which need to be calculated on (see...

Part and Inventory Search

Back
Top