Search results

  1. C

    Hyperlink in Rich Text Field on Report

    Hello, I am generating a report that needs to have a hyperlink in part of one of the fields. Prior to saving the field to the database I do a bit of VBA coding on it and add some HTML. The result is this in the field: "There are two ways to book with your preferred rate: <br> 1. <b><a...
  2. C

    IIF Statement with comparison operators in the true and false parts

    Really struggling with something that I thought would be straightforward. It may just be the way I'm going about implementing. I have a report where my customer wants to be able to input a value and then be able to select whether the report shows values above or below that value. I have a...
  3. C

    Exporting Query to Excel

    I hope this is in the right forum. I have built a app for a client (big hotel chain). This app is a type of project management app that helps them manage the start-up process for hotels. There are 6 major startup phases and each phase has a number of milestones and each milestone has a...
  4. C

    Problem with DCount and evaluating Dates

    Hello, I'm having an issue with the DCount function. I want to get a count of action items that are beyond are past their due date Here's my code: Dim rstActionItems As DAO.Recordset Dim rstRoadmapStatus As DAO.Recordset Dim SelectActionItems As String Dim HotelStatus As Integer Dim...
Top Bottom