Search results

  1. C

    Exporting report to pdf - hyperlink to file saved on network?

    I export several reports to pdf that are shared with co-workers. A few reports include hyperlinks to various websites. Is it possible to create hyperlinks to documents saved on our network that the end user could open by clicking the link in the pdf file? Instead of linking to...
  2. C

    DCount and Report text box

    I'm creating a report that uses a query for its Record Source. The name of the query is ProjectStatus and it contains three fields: ProjectName, Classification, and Ranking. There are approximately 60 records in the query and each record has a Ranking of either Open, Closed or Pending. I have...
  3. C

    Lebans Convert to PDF and Access 2010

    I've been successfully using the Lebans convert to pdf code in our Access 2003 databases. A few days ago we migrated to Access 2010 and while the code still works, every pdf that it creates is in landscape format, which is a problem because the report that I am converting needs to be in...
  4. C

    Convert to pdf with Lebans - change default save location?

    Hello- I'm using the Lebans code to convert my report to pdf. http://www.lebans.com/reporttopdf.htm It is working great, except that I was wondering if there was a way to change the default location where the pdf is saved. It is currently defaulting to save to my desktop and I'd prefer to...
  5. C

    Multiple instances of same subreport within a single report - Is this possible?

    Is it possible to have the same subreport appear multiple times in a single report, but have each instance report data from different dropdowns on my form? I have a form with several dropdowns (addressdropdown1, addressdropdown2, addressdropdown3, etc.) through which the user can select a name...
  6. C

    Need report to only print checked boxes

    Hi all- I have a form that contains a number of check boxes. As things are currently setup, when the user enters data into the form, the corresponding report shows ALL the check boxes, whether they were checked or not. I'd like the report to show ONLY the boxes that were checked. Would this...
  7. C

    Write Conflict Error - sql table/Access form

    Apologies in advance for what is probably a simple question. I'm getting up to speed with our organization's database programming after the departure of our database administrator. We have an existing form in Access that we have been using to populate an existing sql table. I need to add a...
Back
Top Bottom