Search results

  1. C

    Limiting to first instance

    Okay, here's my problem. It involves two tables: Teams, Captains. There is a one to many relationship from Teams to Captains. Here's the problem every time I create a query to show the teams and list the captains that belong those teams I get double listings or triple listings depending on...
  2. C

    Got It!!

    I GOT IT!!!! Thanks Tim. It was a matter of how I was inserting the module into the report. Whew! That took a while. Thanks for your help.
  3. C

    Help with Calculating MEDIAN !!!

    I have scoured the web and found several seemingly useful modules to calculate the median of a set of records, but I can't get any of them to work. The latest one I tried I found here (http://support.microsoft.com/default.aspx?scid=kb;en-us;q210581) I followed the directions to the T, but when...
  4. C

    One to many query problem

    Okay I am pulling my hair out because I can't wrap my head around this one, and I swear it's got to be so easy. Please help! Here's the situation: 4 tables, each a successive 1-to-many relationship. like so: table 1: ->Building fields: ->BuildingID - AutoNumber ->BuildingName table2...
Back
Top Bottom