G
Guest
I am creating a database which allows me to track racing information on
pigeons. I have a table for bird information (contains a unique bird
identifyer), races, weather condition, wind direction etc, and another table
for race information. The race information table is entered via a form. On
this form (and in the table) are repetitive type fields like - 1st Bird
identifyer, 1st bird position, 1st bird time in, then again for the second
bird - 2nd Bird identifyer, 2nd bird position, 2nd bird time in, and so on
for 30 birds. The data entered on the form fills into the table ok.
OK - the problem. I want to creat a query that will allow me to select a
bird identifyier and return all the races it has entered and its position in
that race. Although all the data I want is in one table, I can't seem to
figure out how the search will look at all the races line by line and find
all the positions for a single bird. Hope that makes sense. Can you offer
any advice.
pigeons. I have a table for bird information (contains a unique bird
identifyer), races, weather condition, wind direction etc, and another table
for race information. The race information table is entered via a form. On
this form (and in the table) are repetitive type fields like - 1st Bird
identifyer, 1st bird position, 1st bird time in, then again for the second
bird - 2nd Bird identifyer, 2nd bird position, 2nd bird time in, and so on
for 30 birds. The data entered on the form fills into the table ok.
OK - the problem. I want to creat a query that will allow me to select a
bird identifyier and return all the races it has entered and its position in
that race. Although all the data I want is in one table, I can't seem to
figure out how the search will look at all the races line by line and find
all the positions for a single bird. Hope that makes sense. Can you offer
any advice.