Navyguy
Registered User.
- Local time
- Today, 09:17
- Joined
- Jan 21, 2004
- Messages
- 194
Hi Everybody
I am looking for some suggestions on splitting a table up for lookup purposes. I tried the table analyzer but it did not make sense to what I wanted to do.
What I have right now is one table with about 200 records. The field are:
Tbl-Events
EventNumber (PK) Number
Divisions Text
Gender Text
Level Text
AgeGroup Test
Sample date would look something like this:
1 Alpha Male Novice 8 – 9 Years
2 Alpha Female Novice 8 – 9 Years
3 Bravo Male Intermediate 8 – 9 Years
Some other information that may be useful:
There is 6 division levels, 3 Gender options, there are 6 Level Options and 15 age group options.
I am trying to use cascading combo boxes as an entry form so the user action would be something like (I think):
I am in Division “Alpha”, I am a “Novice”, I am in the age group “8 – 9 Years”, and that should leave me with the only option left of being a “Male” or “Female” and depending what I pick I will either get EventNumber “1” or “2”
Is cascading combos the way to go here? Right now I have 1 table with about 200 records, but If I go Cascading Combos, I think I would have many more tables and many more records just to do the combos.
Can somebody point me in the right direction?
As always, thanks for your help.
I am looking for some suggestions on splitting a table up for lookup purposes. I tried the table analyzer but it did not make sense to what I wanted to do.
What I have right now is one table with about 200 records. The field are:
Tbl-Events
EventNumber (PK) Number
Divisions Text
Gender Text
Level Text
AgeGroup Test
Sample date would look something like this:
1 Alpha Male Novice 8 – 9 Years
2 Alpha Female Novice 8 – 9 Years
3 Bravo Male Intermediate 8 – 9 Years
Some other information that may be useful:
There is 6 division levels, 3 Gender options, there are 6 Level Options and 15 age group options.
I am trying to use cascading combo boxes as an entry form so the user action would be something like (I think):
I am in Division “Alpha”, I am a “Novice”, I am in the age group “8 – 9 Years”, and that should leave me with the only option left of being a “Male” or “Female” and depending what I pick I will either get EventNumber “1” or “2”
Is cascading combos the way to go here? Right now I have 1 table with about 200 records, but If I go Cascading Combos, I think I would have many more tables and many more records just to do the combos.
Can somebody point me in the right direction?
As always, thanks for your help.