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

    Detail Counts

    I have a very simple problem, but one that is nonetheless very annoying. I would greatly appreciate any assistance anyone could offer. I have a simple query-based report - no sub-reports or anything. I perform report-level grouping. What I want to do is count the number of records in each...
  2. hermit22

    Searching a PDF file from VBA

    As part of a module that imports messages from Outlook into a database, I need to be able to open up pdf files and search them. I have no problem importing the rest of the message, saving the attachment, or opening the pdf in acrobat with ShellExecute, but then I run into a roadblock...
  3. hermit22

    Calculating Percent

    Before I begin, I apologize if this is something stupid on my part, or it's a question that's already been answered. Basically, I need to calculate the percentage of 1 data set to another. So I have this: int percentage = 0; DataRow r = dsLocal.Tables[0].Rows[0]; int curr_count =...
  4. hermit22

    Problems with 2 Subforms

    Just as a warning, I might have difficulty explaining this situation. I picked up a client's database after it was already completed, when it just needed to be updated to reflect changing circumstances. Access is also not my best db/programming environment. The main form, which is an employee...
  5. hermit22

    Image download

    A client needs me to allow users to download an image by clicking on it - he doesn't want them to have to right click and go to save as. Is there a way to do this in javascript?

Part and Inventory Search

Back
Top