Search results

  1. D

    Automatically update db to web

    Hi, everyone. My company would like to set up a website where clients could look up the results of lab tests we do for them. I have a working prototype written in ASP and using a "mini" version of our in-house database. My question is, what is the best way to update it? I want to continue...
  2. D

    Big, slow report problem

    Hi! I'm trying to make a report that compares the results of the tests of several samples in a lab. I have a form where the users enter the samples they want compared (up to, say, 10 total), and the report prints from there. Now, the only way I could think of to get the data I need from the...
  3. D

    On Format event

    Hi, everyone. So, nobody responded to my last question... but I'm not hurt. :-) How about this one: I want to sum the fields in the detail section of a report. What's the most eloquent way to get around the fact that Access' On Format event occurs twice? The help section says the On Retreat...
  4. D

    Looping through subreport

    I have a report that takes the name of a company, and a subreport lists all of the outstanding invoices for the company. It also calculates and displays how many days old each invoice is. I would like the report to determine what invoices are current, one month old, two months old, and more...
  5. D

    Key Reassignment

    Is it possible to reassign keys to perform different actions? Specifically, I would like to change {esc} to act like {shift-tab} (reason being my users are used to an old DOS-based database, and they hit {esc} out of habit). Thanks!
  6. D

    Multiple sections in a report

    Hi! I would like to build a report with different sections. The report will show information for just one record, and the different sections would be visible only under certain conditions. Each section wouldn't contain only controls -- it would be like its own report, with text, etc...
  7. D

    Displaying certain options in reports

    I have a form in which various tests to be performed on a sample are checked (some are simple check boxes, some are option groups). I am creating a report (which will be a sort of worksheet) which will show for the record only those tests that were checked in the form -- i.e. only those tests...
Back
Top Bottom