Recent content by hotstream

  1. H

    Totals Query

    Hello, the best people! I have 2 tables (queries): tblGroup1, tblGroup2 tblGroup1 fields: ID, Date, Totals_1 tblGroup2 fields: ID, Date, Totals_2 Primary Keys in each table are ID and Date Also known, that tblGroup1>=tblGroup2 on Primary Keys: If Totals_2.id and Totals_2.date exist, then they...
  2. H

    Run-time error '3035'

    Hi! Short Introduction. Table 'People' - the table contains info about people. two of the fields are 'PersonalEmail' and 'ReferrerEmail'. It means, each person has it's referrer. Referrer is one of the existing persons in the table. Queries. * I have some queries that calculate statistics for...
Back
Top Bottom