C
captainfargon
Howdy folks. I'm trying to set up a database for a charit
walking event. This event has 3 categories of walking events (1, 5 & 1
mile events). Each category has it's own individual walk numbers tha
need to be auto-generated by the database, for example, on the da
there will be 3 different people with a walk number of say ‘15’ (bu
they’ll have different coloured bibs to indicate which event they’r
in).
So what I am trying to set up is one master database that has a tabl
for the walkers (we’ll call it ‘Walkers’) which holds all of thei
personal details and their walk number. The walk number needs to com
from [B}separate tables[/B] that we’ll call ‘1mileWalk’, ‘5mileWalk’
‘10mileWalk’ which will have fields for ‘Ref_ID’ (taken from th
‘Walkers’ table) and a ‘WalkNo’ field (which, I assume, will be set t
AutoNumber).
So when a walker is entered into the 'Walkers' table their ‘Ref_ID
will be transfer across into whichever table is appropriate (dependin
on whether the ‘Distance’ field is entered as either 1,5 or 10 miles)
Their ‘WalkNo’ is then automatically generated and put back into th
Walkers table (& the world is a happier place or at least mine i
anyway…).
I’ve tried all sorts of joining tables but nothing seems to work. I
just won’t get a walk number out of the respective table. Does anyon
know of a way of doing this?
p.s. I also need to do the same thing for teams numbers i.e. th
various teams will need sequential numbers as well such a
TeamFamily01, TeamFamily02 etc.... But this should be resolved usin
the same procedure that cures the walk number problem stated above...
[/FONT
walking event. This event has 3 categories of walking events (1, 5 & 1
mile events). Each category has it's own individual walk numbers tha
need to be auto-generated by the database, for example, on the da
there will be 3 different people with a walk number of say ‘15’ (bu
they’ll have different coloured bibs to indicate which event they’r
in).
So what I am trying to set up is one master database that has a tabl
for the walkers (we’ll call it ‘Walkers’) which holds all of thei
personal details and their walk number. The walk number needs to com
from [B}separate tables[/B] that we’ll call ‘1mileWalk’, ‘5mileWalk’
‘10mileWalk’ which will have fields for ‘Ref_ID’ (taken from th
‘Walkers’ table) and a ‘WalkNo’ field (which, I assume, will be set t
AutoNumber).
So when a walker is entered into the 'Walkers' table their ‘Ref_ID
will be transfer across into whichever table is appropriate (dependin
on whether the ‘Distance’ field is entered as either 1,5 or 10 miles)
Their ‘WalkNo’ is then automatically generated and put back into th
Walkers table (& the world is a happier place or at least mine i
anyway…).
I’ve tried all sorts of joining tables but nothing seems to work. I
just won’t get a walk number out of the respective table. Does anyon
know of a way of doing this?
p.s. I also need to do the same thing for teams numbers i.e. th
various teams will need sequential numbers as well such a
TeamFamily01, TeamFamily02 etc.... But this should be resolved usin
the same procedure that cures the walk number problem stated above...
[/FONT