Search results

  1. D

    Solved Referencing a Field Name from a Query in VBA

    Hi, I am struggling to reference a field name in a query in VBA. I want to use this field name to set my current form text box's value to that value when a client name is picked from a combobox. The query will look through my table and pick the client's information from the most recent record...
  2. D

    MS Access - Compatibility with Microsoft Power Automate (Microsoft Flows)?

    Hi, Is there some compatibility between MS Access and Microsoft Power Automate? For example, creating a new project in Access that triggers an e-mail? My best guess is no, due to Access' local architecture and Power Automate's cloud architecture, but I still thought it is worth asking. (I am...
  3. D

    Creating Chart in Excel from Linked Access Query

    Hi, I have previously created charts in Excel that reference a link to queries in Access a long time ago (there are a bunch of linked query connections in this Excel file). However, I cannot figure out how I referenced them. Here's an example: They are not pivot charts, just normal charts...
  4. D

    MS Access Communicating with BQE Core???

    Hi, I have almost no experience with API's but we have a custom database created with MS Access. I'm not well-versed in Javascript, although I've done coding and scripting. I would like to know if anybody has tried developing some kind of API communication between MS Access and BQE Core...
  5. D

    Solved Can't Pass On Form Value to Report

    Hi, I am stumped out of my mind. I am trying to use a form control value in the simplest way possible in a report. I have a form as shown below, where a date range determines query values that are displayed in a report as pie and bar charts. When you click Generate Report, this is the code...
Top Bottom