Search results

  1. A

    Hide element in a report if value is Null

    Hello! I have a report in which I'm trying to hide some elements from view in case a specific value is Null. Access seems to do this automatically if the report is in print-preview-mode, but not in normal view-report-mode. I've tried something like this, but it's not really working: private...
  2. A

    Short Code for extracting a field from a recordset?

    Hi Guys, Is there a possibility to use a shorter code for extracting one field from one record, than opening a recordset, getting the field, closing it and setting the recset to "Nothing" again? I'm doing this multiple times in my code and it seems a bit too much for what it's supposed to do...
  3. A

    Grouping a report with 2 fields from 2 tables

    Hello Community! I'm trying to create a report with data from 7 different tables. It's supposed to be an assignment overview for a transfer company (driving people from A to B, dunno how to call it in English). I put assignment and customer details into the page header, which is working out...
  4. A

    Hi from Dresden/Germany

    Hi Guys! I'm rather new to Access, just started about a month ago with developing a database for our family business. I achieved quite a lot with googling and literature alone and am starting to feel confortable using the program and VBA. Still, i keep encountering problems with one of them...
Back
Top Bottom