I have a table with three fields - CompetitorNumber, EventRef and Score. For each competitor there are a number of event references, against which a score is added from a form.
There are currently 200 competitors and I need to add five extra events. To do this long hand means making 1000 key strokes and I was wondering if it is possible to write a query that adds the following information:
CompetitorNumber EventRef
1 30
1 31
1 32
1 33
1 34
2 30
etc for competitors 1 - 200
Any advice would save me a lot of time.
Thanks a lot
John
There are currently 200 competitors and I need to add five extra events. To do this long hand means making 1000 key strokes and I was wondering if it is possible to write a query that adds the following information:
CompetitorNumber EventRef
1 30
1 31
1 32
1 33
1 34
2 30
etc for competitors 1 - 200
Any advice would save me a lot of time.
Thanks a lot
John