Search results

  1. A

    Outlook Forms and Access

    I have a brain teaser for you guys: Right now, I have a module in Access that creates and sends an email to recipients as they appear in a recordset. I'm using an Outlook form as the template for this message. Set olObj = CreateObject("Outlook.Application") Set olNS =...
  2. A

    Report Preview with Runtime Access

    Hi everyone, I hope someone can help me with this bizarre problem I'm having. I have built a report and formatted it to have "Data headers" organized in columns, yet for some reason, on some computers (not all) the headers for the columns get cut off or overlap as if there is no space. I...
  3. A

    End-User Specific Query

    I'm in a bit of a bind here. We are rolling out a database that will have the potential of 200+ employees accessing it simultaneously. It's basically a form frontend with a basic data table backend. The set up is simple, but now when multiple submit, there is the possiblity of overlapping...
  4. A

    Enabling/Disabling Fields Conditionally

    Hi everyone. I have built a form with many checkboxes and Option Groups and have set up conditional formats to Enable or Disable certain fields based on what options are checked. I have the logic figured out and the conditional formatting does what I want it to...sort of. The fields update...
Back
Top Bottom