Search results

  1. S

    Nested sub form control value problems

    All I have a main form (frm_main) in which I have a subform as a datasheet (frm_sub1). In the first sub form I have a second (nested) subform (frm_sub_sub2) as a datasheet as well. On the main form I have an unbound text box which gives me the value of the ID field in the nested subform...
  2. S

    Multi-concatenation in a query

    I have a database which I record soccer matches for a local amateur club. At the end of each season I create a document showing the details of all matches played during the season. The database is working well, but I am trying to enhance the report somewhat. The problem is around...
  3. S

    How can I show 2 query parameters in a report?

    Hi all I have a query which provides data to a report based on a start and end date input by a user. Field = Date Criteria = Between [Enter Start Date] and [Enter End Date] When I run a report based on this query I get the parameter questions as I would expect, however...;) ...can I provide...
  4. S

    Query returns results from one table/query but not from other table/query

    Advanced apologies for the long question. I have a table providing a list of all members of a local bowling club, with the following fields - MemID, MemName (table is tblMembers) I also have two more tables providing details of matches we play in a local bowling league. The first table holds...
Back
Top Bottom