Search results

  1. S

    Perplexing DATE variable problem

    Solved: Perplexing, becuase nothing was wrong with it. Even without the time data, the functions still work as intended. So no date problem after all. Doing tests with static values showed accurate results. The bug has something to do with the code logic keeping the previous time, and it...
  2. S

    VBA Compile Error - Probably Simple

    I'm getting the "User defined type not defined" error when I try to compile my VBA code in debug. The issue here though is that it doesn't point to anything. -_- I think I've narrowed it down to a class module I created, but I can't think of why this would throw this complaint. The code...
  3. S

    Report Design Suggestions for Time Range Entries

    I have a not so standard report I'm creating that takes records that indicate a time range. I'd like to have these drawn out in graphs, but there aren't ready made solutions. I would like to achieve something like this: That's just a quick mockup I did with labels. So I was wondering if...
  4. S

    Hello

    /waves Just an average programmer. ^_^
  5. S

    Sub Report Master / Child Link Data VBA Question

    Does anyone know exactly what happens behind the scenes with the master and child linked data that connects the report and subreport? I'm trying to capture what gets passed in and work with it in the OPEN event, but I have no clue where and how it gets sent. I've tried searching quite a bit...
Top Bottom