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

    SLOPE function in VBA

    Hi, I am creating a VBA application and would like to use do linear regression in VBA. I am trying to use the Slope( ) function, but it just doesn't seem to work no matter what I use for arguments. Scenario: Given three collinear data points {(1,1), (2,4), (3,7)}, you want to determine the...
  2. tmreic

    Printing Barcodes using VB application

    Hi, I am currently trying to write a small VB application to print barcodes on a zebra 90xiII printer. Currently, the printers is hooked up to a computer and shared via the network. My VB application allows me to select the printer from the network and print out labels. The problem occurrs when...
  3. tmreic

    Excel automation /change drive

    I have a access form in which a command button call the following sub procedure located with in a code module. The module then opens excel and displays the common dialog box using the GetOpenFilename function. Currently, the diaglog box opens to the excels default filepath which is the "my...
  4. tmreic

    Query Calculation Problem

    I have a table with the following columns below. THe table contains results from different assays. I would like to write a query calculation to determin the amount of total Sucrose in each sample(A or B). To do this i need to subtract the glucose value that is related to the same sample (A or...
  5. tmreic

    How to cancel execution of code when form closes

    I currently have the first listed set of code located behind one of my textboxes on a form. It is used to validate data entry on my form. The code works like it should when entering the data. But everytime i close or exit the form the code excutes and diplays the msgbox and inputbox. Is there a...
  6. tmreic

    How cancel code when form closes or unloads

    I currently have the first listed set of code located behind one of my textboxes on a form. It is used to validate data entry on my form. The code works like it should when entering the data. But everytime i close or exit the form the code excutes and diplays the msgbox and inputbox. Is there a...
  7. tmreic

    windows XP /hardrive ?

    I just built a new computer that contains a asus a7n8x mother board, amd athlon xp 2700, 512mb memory, 120 GB hard drive. I am running windows xp. Everything was going find until i added back my old 20GB hard drive. Since adding it everytime i restart and click on my computer i can not access my...
  8. tmreic

    Append query question

    I am currently using the append query method to update a table from one database to another. My question is, I would like to find a way to display and capture the records that were not updated due to key violations? The key violations occur due to enforcement of referential integrity. I am...

Part and Inventory Search

Back
Top