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

    Problem setting up a new external HD

    I am trying to make a 200GB Seagate HD (barracuda 7200.7 ST3200822A) and external HD. I put the virgin HD in a external enclosure box and connected via USB 2.0 to me PC. My problem is that when I: right-clicking My Computer > Manage > Computer Management > Disk Management The new ‘Disk 1’...
  2. TKaminski

    How to return code actively back to Access from Excel

    I posted my question to the wrong forum and I don't know how to move it to here. Sorry about that. My question is here: thread68-1353640 I can't get past the error in this code. Any help will be truly appreciated. Thank you and sorry again about posting to the wrong forum. Tom
  3. TKaminski

    How to return code actively back to Access from Excel

    From within Access (XP) I open an Excel workbook and run a macro in that workbook. The last action the Excel macro does is to save and close that workbook. My problem is the VBA code in Access then fails instead of running the next line of code in Access. How do I get Access to continue...
  4. TKaminski

    How to return code actively back to Access from Excel

    From within Access (XP) I open an Excel workbook and run a macro in that workbook. The last action the Excel macro does is to save and close that workbook. My problem is the VBA code in Access then fails instead of running the next line of code in Access. I trigger the Excel macro with this...
  5. TKaminski

    Download txt file from website URL

    I am looking for help on how to use VBA code behind a form in MS Access 2000 to: 1) Connect to a websites URL, example: "http://www.cboe.com/DelayedQuote/QuoteTableDownload.aspx" 2) Pass a string to the webpage to populate a text box. example: "IBM". 3) "Click" on a button on the webpage...
  6. TKaminski

    How do I trigger event on form1 from form2 (not subform) to change rst

    For the easy of discussion I have simplified my code to simplier example. I have a form named (frmCustomerActivity) with a command button named (cmdShowAllInvoices) which opens a second form named (frmShowAllCustomerInvoices). This second form is set a Pop Up with border style set to dialog...
  7. TKaminski

    Error using Eval() on a concatenate variable name.

    I have a long series of global variable names where the last character is a number. Example: MyVariableName1, MyVariableName2, MyVariableName3, etc. I am trying to cycle through this long series using a loop and then read the value of each variable. Dim intLoopCounter As Integer Dim...
  8. TKaminski

    Paper Source selection changed “by itself” on 800 documents.

    Paper Source selection changed “by itself” on 800 documents. Hello, I am working on a support call from one of my users and have run out of ideas. The user has an extensive collection of more than 800 word documents with the print settings configured so that the first page will be printed on...
  9. TKaminski

    How to Undelete \ Recover a Table Deleted from an Access Database

    I found this very useful code sample posted else were and thought others might find it helpful. I did *not* write this. I used the code listed in the article in an Access 2000 DB and it worked perfect. The same technique is also outline in the Microsoft knowledge base article # KB179161. The...
  10. TKaminski

    Multiple processors w/ MS Excel

    Hello, I have a financial model that runs a huge number of simulations. The model is written in MS Excel/VBA. Based on current time estimates, the model could take as much as 30 days to complete one series of cycles. The current PC hardware is a top notch Dell 8300 P4 3.2 with HT and 1 gig...
  11. TKaminski

    Create a new record on parent form from subform

    When users are done entering new records on my subform I want the parent form to go to a new record. The subform has a command button that is in the tab order and the OnClick event that is failing is: Forms!<mainform>.Form.GoToRecord <argument> I tried to modeled this based on tread 181-56137...

Part and Inventory Search

Back
Top