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

    BE 2010 Performance Degrade

    We are in the process of upgrading from our old Backup Exec 12.5 to 2010. Inside of this process have been some major hardware changes. We currently run the following: HP DL380 G4 - Single 3Ghz Processor with 2GB of RAM Quantum Scalar 24 LTO 4 auto loader library We are upgrading to the...
  2. darkstarjk

    List Network Computers

    I am an irritated person right now. I’m not kidding you, from about 8:30 till about 6:30 I was trying to figure out this horrific problem to a solution that was caused by an upgrade. I am a VB programmer of about 3 years (actual experience) and am moving towards VB.NET. I am still quite new...
  3. darkstarjk

    MDI Child and Toolbar / Menu

    I have a program that is accessing a database file and have successfully edited the information and saved it back to the database. If I have a button on my form, the update works just fine. If I try to create a button on a toolbar in the Parent form of my MDI setup, it doesn't work. I have...
  4. darkstarjk

    Too many forms

    I have too many forms in 1 VB project. I am trying to create a testing type of software based on chapters of a book. Since each question varies in size and shape, it is almost impossible for me to do dynamic (I'm still a big novice too all this). Is there a way that I can break down the...
  5. darkstarjk

    Problems with a Delete Query

    I have the following Table: DELETE [Details - Expenses (Check Detail)].*, [Details - Expenses].CompanyID FROM [Details - Expenses (Check Detail)] LEFT JOIN [Details - Expenses] ON [Details - Expenses (Check Detail)].CheckNumber = [Details - Expenses].CheckNumber WHERE ((([Details -...
  6. darkstarjk

    Splitting Records

    I have a database with the following layout: Table: Check Table: Check Details The table Check contains the related company the check was written for, as well as the amounts and check number. The table Check Details is used to detail out each item purchased with the Check. I am using a...
  7. darkstarjk

    Splitting Records

    I have a database with the following layout: Table: Check Table: Check Details The table Check contains the related company the check was written for, as well as the amounts and check number. The table Check Details is used to detail out each item purchased with the Check. I am using a...
  8. darkstarjk

    Running Sum

    I've look at many of the different posts but have come up empty handed on this one so I was hoping there is some person out there who might be able to help me solve this problem. Current I have a Continuous form which shows bank rec information. I want it to do a running sum along side the...
  9. darkstarjk

    Listing Sub Directories

    I used to use VB about 5 years ago on a constant basis and I am trying to get back into it again so bare with me here. I am trying to write an update program that will have sub directories that will vary. I don't want to place them in the registry or an .ini file since that seems like to much...
  10. darkstarjk

    Sorting Using VB

    I know that you can right click on a report and choose sorting and grouping, but is there a way to do this using VB. I have several reports which print the exact same information but I have 3 duplicates of each of them just because I don't know a way around this. Can someone please help?
  11. darkstarjk

    Filler Material For Report

    Alright, I'm still a complete retard, but here goes: I have a report that has multiple columns. Now this is a government report, so it has to fill in the rest of the boxes. So if I have only three records, it shows on the 3 records but no additional boxes are drawn. I need them drawn, again...
  12. darkstarjk

    Cannot create a running total for each report page

    I need to have a running total for each page so that values can be checked for valid input or invalid input. I would like the total to be somewhere other than in the detail, but this will work fine if it's the only way possible to do it. I've tried the following however: 1. I've tried an...
  13. darkstarjk

    Finding a record that already exists

    I have a text box witch referrences a basic table labeled ContributorName and a subform which lists total contributions by date and other items unrelated to the problem I'm having. When I input the name of a contributor that is a duplicate, I would like it to pull that record up for editing...

Part and Inventory Search

Back
Top