Search results

  1. W

    Populate PDF Forms from Access and vice versa (import values from Forms into Access)

    Hi Everyone, I found the following code very useful to populate PDF Forms from an excel spreadsheets, and the other way around, to populate the Excel spreadsheet with data from the PDF Forms: https://www.myengineeringworld.net/2013/10/read-and-write-pdf-forms-from-excel-vba.html However...
  2. W

    Filter on Report

    Hi, I have a report which I want to sort based on the values in textboxes and comboboxes. The code below does the job, but only for 1 textbox/combobox at a time... I want to apply the filter based on several boxes simultaneously... Could you guys help me? :) Private Function ApplyFilter() As...
  3. W

    URGENT: How to add images from DB into reports?

    Hi, I have built a report consisting of tasks. Each task gets an "ITP" code. If the report code is "B" for example, I want to show an icon for "Budget" If the report code is P, I want to show an icon for "Plan" If the report code is A, I want to show an icon for "Approve" (See image above, I...
  4. W

    Filter not Working on Report

    Hi all, I am quite new to Access and have been working with a sample DB from Microsoft. I have been looking for some ways to filter a report based on the values in some comboboxes, and have followed the instructions on a website (can't post link yet) I also looked at this file (**can't post...
Back
Top Bottom