Search results

  1. P

    Question Access 2007 Runtime .accdr File

    Hi All, I'm trying to create a Runtime to be installed with the Application. It all works OK but the Application file is not included with the final package (either .accdb or .accdr). I want to place the whole package on a disc. I am using the Wizard to create the runtime package and the Runtime...
  2. P

    Find a value in a Previous Report Line

    Microsoft document KB/101081 shows how to do this but I can't get it to work. Neither could another member as discussed on thread 27545 (which is no longer accessible, except by internet search). As my query generated report is fed from three tables I need to use the proposed CODE method...
  3. P

    Using FORM to feed REPORT using strWHERE

    I have a form with a single selection Listbox (LstSkipperID) to select a single Dinghy Skipper. The listbox has 3 columns; SkipperID, FirstName & LastName (the SkipperID is not visible). I can extract ID, FirstName and LastName using Columns 0, 1 & 2. The report (RptSkipperRaceResults) works OK...
  4. P

    Create a Report query from two tables

    I have two tables: (TblOne) contains multiple (CompetitorID), (Race Date) & the (Race Finishing Position) on that date, sorted by race Date. (TblTwo) contains all the years (Single Race Dates) and the (No of Competitors) for each RaceDate, sorted by Race Date. Race Dates have an inner join...
Back
Top Bottom