Search results

  1. J

    If sum = 0...don't show!

    O.K., new problem. I have a qry which pulls all of the hours recorded by user, by task, by project. It processes extremely fast (6 seconds) considering how much data it pilfers through. That's because I'm doing the sums on the report (by user, by task, by project). Now, here is the dilemma...
  2. J

    Toughie?

    [RESOLVED] Toughie? I have a report, which shows the following Projects and Tasks from my company's time reporting system. There is a grouping on each TaskID within a grouping on each ProjectID. Here is the problem, some of the tasks have several workers logging hours against that task (which...
  3. J

    Urgent!!!

    I have a form, with a linked-table as its data source. When the user clicks a button, an ADODB.Command is built for the appropriate stored procedure (add/update/delete). I am using ADO and the command object so that I can get the autonum primary key field after an add. Here's the problem...
  4. J

    Time...the invaluable resource

    Hi all, Thanks in advance for your help with this dilemma. I have a form, which upon the click of a button runs vba code to iterate through a bunch of log files in a directory (FileSysObject), and vaccum the contents into my db. When I run this process from outside of access, using an .exe...
  5. J

    Most popular unanswered question in this forum...

    I have searched high and low for the answer to this question, and yet, nothing... I have a tabular form, which is being populated by a query. One of my fields is unbound, and is derived based upon values of a couple other fields. If my recordset is: Name Address1 Address2...
Back
Top Bottom